bump version to 0.65
[gitmo/Moose.git] / lib / Moose / Meta / Method / Delegation.pm
index 2ea1d11..c87a80e 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '0.64';
+our $VERSION   = '0.65';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';