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