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