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