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