bump version to 0.56 and update changes for release
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion.pm
index 25cea60..022b01f 100644 (file)
@@ -10,7 +10,7 @@ use Carp 'confess';
 use Moose::Meta::Attribute;
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.55_04';
+our $VERSION   = '0.56';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';