bump version to 0.56 and update changes for release
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor.pm
index cf72aa5..a718871 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Carp 'confess';
 
-our $VERSION   = '0.55_04';
+our $VERSION   = '0.56';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';