bump version to 0.89_02 and set release date
[gitmo/Moose.git] / lib / Moose / Meta / Method / Constructor.pm
index 153cb03..51ab40c 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Scalar::Util 'blessed', 'weaken', 'looks_like_number', 'refaddr';
 
-our $VERSION   = '0.89_01';
+our $VERSION   = '0.89_02';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Method',