bump version to 0.65
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Union.pm
index f0797b3..934989b 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Moose::Meta::TypeCoercion::Union;
 
-our $VERSION   = '0.64';
+our $VERSION   = '0.65';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';