bump version and update changes for next release
[gitmo/Moose.git] / lib / Moose / Meta / Method.pm
index f36a2a4..b5da085 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.66';
+our $VERSION   = '0.67';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';