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