bump version to 1.25
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / DuckType.pm
index 00f1119..75209d7 100644 (file)
@@ -10,7 +10,7 @@ use Moose::Util 'english_list';
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '1.24';
+our $VERSION   = '1.25';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';