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