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