bump version to 0.86
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / DuckType.pm
index bc3062c..56722b6 100644 (file)
@@ -9,7 +9,7 @@ use Moose::Util 'english_list';
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.85';
+our $VERSION   = '0.86';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';