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