Version 0.99.
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion / Union.pm
index 7b0e1f6..b1993f3 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.95';
+our $VERSION   = '0.99';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';