bump version to 0.75_01
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints.pm
index 9cbbb18..7b4b83f 100644 (file)
@@ -9,7 +9,7 @@ use List::MoreUtils qw( all any );
 use Scalar::Util qw( blessed reftype );
 use Moose::Exporter;
 
-our $VERSION = '0.75';
+our $VERSION = '0.75_01';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';