bump the version to 0.55_03
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Enum.pm
index 588c727..023e8b1 100644 (file)
@@ -6,7 +6,7 @@ use metaclass;
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.55_02';
+our $VERSION   = '0.55_03';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';