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