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