Version 1.06
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion / Union.pm
index 88a9add..43e83c7 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Scalar::Util 'blessed';
 
-our $VERSION   = '1.05';
+our $VERSION   = '1.06';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';