Changes, 0.09
[gitmo/Mouse.git] / lib / Mouse.pm
index acac3f1..6ee52ad 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base 'Exporter';
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 use 5.006;
 
 use Carp 'confess';