used perl-reversion to bump version to 0.61
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Union.pm
index 7da39fa..1206d17 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Moose::Meta::TypeCoercion::Union;
 
-our $VERSION   = '0.60';
+our $VERSION   = '0.61';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';