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