Bump to 0.20
[gitmo/Mouse.git] / lib / Mouse.pm
index 5f6ea37..34be993 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';