bump version to 0.89
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Class.pm
index 7566497..ac120b0 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.88';
+our $VERSION   = '0.89';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';