bump version and update Changes for release
[gitmo/Moose.git] / lib / Moose / Meta / Method / Delegation.pm
index 6d07cf7..7b320f6 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '0.71_01';
+our $VERSION   = '0.72';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';