bump version to 0.89_02 and set release date
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Enum.pm
index 9cbe7fa..24910d1 100644 (file)
@@ -6,7 +6,7 @@ use metaclass;
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.89_01';
+our $VERSION   = '0.89_02';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';