bump version to 0.55_02
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Class.pm
index b116bee..7cc945c 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.55_01';
+our $VERSION   = '0.55_02';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';