bump version to 0.63
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion / Union.pm
index 07c2a02..e75eef0 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.62_02';
+our $VERSION   = '0.63';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';