version bump
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Union.pm
index f5496ab..d683283 100644 (file)
@@ -9,7 +9,7 @@ use Moose::Meta::TypeCoercion::Union;
 
 use List::Util qw(first);
 
-our $VERSION   = '1.07';
+our $VERSION   = '1.08';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';