bump version to 0.85
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion / Union.pm
index 73e3c9f..5547275 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.84';
+our $VERSION   = '0.85';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';