bump version to 0.65
[gitmo/Moose.git] / lib / Moose / Meta / Method / Destructor.pm
index 392dd68..430ac6d 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '0.64';
+our $VERSION   = '0.65';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';