Merge branch 'master' into topic/more-compatible
[gitmo/Mouse.git] / lib / Mouse.pm
index a78d85b..7ca9997 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.29';
+our $VERSION = '0.30';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';