bump version to 0.56 and update changes for release
[gitmo/Moose.git] / lib / Moose / Meta / Method / Destructor.pm
index a5c5dfa..77589e5 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '0.55_04';
+our $VERSION   = '0.56';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';