Bump to 0.27, Sartak style :)
[gitmo/Mouse.git] / lib / Mouse.pm
index 9470cfd..404c68d 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.26';
+our $VERSION = '0.27';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';