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