Bump all the modules to 0.67
[gitmo/Class-MOP.git] / lib / Class / MOP / Method.pm
index 59ee23d..9a98e9c 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'weaken';
 
-our $VERSION   = '0.65';
+our $VERSION   = '0.67';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';