bump version and update Changes for 0.64_04 release
[gitmo/Class-MOP.git] / lib / metaclass.pm
index 138108a..51a7cea 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.64_03';
+our $VERSION   = '0.64_04';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';