Version 0.95.
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Role.pm
index 0c7fab7..85e0ed2 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.94';
+our $VERSION   = '0.95';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';