set version to 0.94
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / DuckType.pm
index 8803c70..35e0cae 100644 (file)
@@ -10,7 +10,7 @@ use Moose::Util 'english_list';
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.93_03';
+our $VERSION   = '0.94';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';