bump version to 0.71
[gitmo/Moose.git] / lib / Moose / Meta / Method / Destructor.pm
index b994371..8c0305a 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '0.70';
+our $VERSION   = '0.71';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';