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