bump all versions to 0.60
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint.pm
index c301eba..9c445ae 100644 (file)
@@ -12,7 +12,7 @@ use Scalar::Util qw(blessed refaddr);
 
 use base qw(Class::MOP::Object);
 
-our $VERSION   = '0.59';
+our $VERSION   = '0.60';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';