make a dev version to go with the CMOP release
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Enum.pm
index e760396..9e07187 100644 (file)
@@ -6,7 +6,7 @@ use metaclass;
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.72';
+our $VERSION   = '0.71_01';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';