bump all versions to 0.60
[gitmo/Moose.git] / lib / Moose / Meta / Method / Destructor.pm
index 9215bc0..7ce6aa2 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '0.59';
+our $VERSION   = '0.60';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';