Merge branch 'master' into attribute_helpers
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Union.pm
index 8620f5e..720e0d8 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Moose::Meta::TypeCoercion::Union;
 
-our $VERSION   = '0.82';
+our $VERSION   = '0.89';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';