bump version and update release date
[gitmo/Moose.git] / lib / Moose / Meta / Method / Destructor.pm
index c11ec4d..db82b1f 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '0.68';
+our $VERSION   = '0.69';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';