bump version to 0.87
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion.pm
index b74aa8f..5b8a196 100644 (file)
@@ -8,7 +8,7 @@ use metaclass;
 use Moose::Meta::Attribute;
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.76';
+our $VERSION   = '0.87';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';