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