bump _all_ the versions to 0.71
[gitmo/Class-MOP.git] / lib / Class / MOP / Method.pm
index 5e44fba..0665bd2 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'weaken';
 
-our $VERSION   = '0.70_01';
+our $VERSION   = '0.71';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';