bump version to 0.65 and update changes for stable release
[gitmo/Class-MOP.git] / lib / Class / MOP / Method.pm
index 2c645b9..fb90eda 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'weaken';
 
-our $VERSION   = '0.64_07';
+our $VERSION   = '0.65';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';