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