bump version to 0.62
[gitmo/Moose.git] / lib / Moose / Meta / Method / Destructor.pm
index 9dd972a..4034b9c 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '0.61';
+our $VERSION   = '0.62';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';