bump version to 0.97
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Union.pm
index 0a01e21..8022529 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Moose::Meta::TypeCoercion::Union;
 
-our $VERSION   = '0.96';
+our $VERSION   = '0.97';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';