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