bump version to 0.55_02
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Registry.pm
index 59f4ba4..4bfb610 100644 (file)
@@ -8,7 +8,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Carp         'confess';
 
-our $VERSION   = '0.55_01';
+our $VERSION   = '0.55_02';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';