bump version to 0.66
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method.pm
index 5809ff6..a423e71 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Role::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.65';
+our $VERSION   = '0.66';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';