Bump to 0.07
[gitmo/Mouse.git] / lib / Mouse.pm
index 089ea86..8d531aa 100644 (file)
@@ -3,7 +3,7 @@ package Mouse;
 use strict;
 use warnings;
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 use 5.006;
 
 use Sub::Exporter;