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