bump version to 0.68
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Enum.pm
index e935bab..9f27507 100644 (file)
@@ -6,7 +6,7 @@ use metaclass;
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.67';
+our $VERSION   = '0.68';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';