bump version to 0.55_02
[gitmo/Moose.git] / lib / Moose / Meta / Role / Composite.pm
index 1a21b49..fc4f22d 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Carp         'confess';
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.55_01';
+our $VERSION   = '0.55_02';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';