set version to 0.94
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion / Union.pm
index 67033cd..9e4c79e 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.93_03';
+our $VERSION   = '0.94';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';