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