bump the version to 0.55_03
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor.pm
index 5237632..c620ec7 100644 (file)
@@ -6,7 +6,8 @@ use warnings;
 
 use Carp 'confess';
 
-our $VERSION   = '0.56';
+our $VERSION   = '0.55_03';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Method',