version 0.37_03
[gitmo/Mouse.git] / lib / Mouse.pm
index 877fc6f..d57d75e 100644 (file)
@@ -3,7 +3,7 @@ use 5.006_002;
 
 use Mouse::Exporter; # enables strict and warnings
 
-our $VERSION = '0.37_02';
+our $VERSION = '0.37_03';
 
 use Carp qw(confess);
 use Scalar::Util qw(blessed);