bump version to 0.93_02
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Union.pm
index 4603d55..f7f0ea4 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Moose::Meta::TypeCoercion::Union;
 
-our $VERSION   = '0.93_01';
+our $VERSION   = '0.93_02';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';