Bump version to 1.16
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / DuckType.pm
index ce4f613..5a3346e 100644 (file)
@@ -10,7 +10,7 @@ use Moose::Util 'english_list';
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '1.15';
+our $VERSION   = '1.16';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';