bump the version to 0.55_03
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion / Union.pm
index b611370..81619ac 100644 (file)
@@ -8,7 +8,8 @@ use metaclass;
 use Carp         'confess';
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.55';
+our $VERSION   = '0.55_03';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::TypeCoercion';