bump version to 0.89_02 and set release date
[gitmo/Moose.git] / lib / Moose / Meta / Method.pm
index a684b7b..f995250 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.89_01';
+our $VERSION   = '0.89_02';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';