bump version to 0.97
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Role.pm
index cc56828..fcf5e35 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.96';
+our $VERSION   = '0.97';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';