bump version to 0.89_02 and set release date
[gitmo/Moose.git] / lib / Moose / Meta / Attribute.pm
index 42b0e2d..c31f3c8 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Scalar::Util 'blessed', 'weaken';
 use overload     ();
 
-our $VERSION   = '0.89_01';
+our $VERSION   = '0.89_02';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use Moose::Meta::Method::Accessor;