bump version to 0.92
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / DuckType.pm
index 2b9ed83..dd1f0fe 100644 (file)
@@ -10,7 +10,7 @@ use Moose::Util 'english_list';
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.91';
+our $VERSION   = '0.92';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';