Bumped up version to 0.04
[gitmo/MooseX-Types.git] / lib / MooseX / Types.pm
index edb8ebe..18e1134 100644 (file)
@@ -20,7 +20,7 @@ use Moose;
 
 use namespace::clean -except => [qw( meta )];
 
-our $VERSION = 0.03;
+our $VERSION = 0.04;
 
 my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'};