bump all versions to 0.60
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Class.pm
index 39b45e0..c65143b 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.59';
+our $VERSION   = '0.60';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';