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