Version 1.06
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Enum.pm
index 29f3f26..7c2fdc3 100644 (file)
@@ -6,7 +6,7 @@ use metaclass;
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '1.05';
+our $VERSION   = '1.06';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';