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