bump version and update release date
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Role.pm
index 3b64687..cbda63d 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.68';
+our $VERSION   = '0.69';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';