Bump to 0.18
[gitmo/Mouse.git] / lib / Mouse.pm
index be0ee4b..737dfc9 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.17';
+our $VERSION = '0.18';
 
 BEGIN {
     if ($ENV{MOUSE_DEBUG}) {