bump version and update changes for release later today (I hope)
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Union.pm
index 382fca5..f754834 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Moose::Meta::TypeCoercion::Union;
 
-our $VERSION   = '0.56';
+our $VERSION   = '0.57';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';