Bump the versions of everything to 0.50
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Enum.pm
index 6360d53..1d94095 100644 (file)
@@ -6,7 +6,7 @@ use metaclass;
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.01';
+our $VERSION   = '0.50';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::TypeConstraint';