bump version for release
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / YAML.pm
index 4557cd7..61f5152 100644 (file)
@@ -7,7 +7,7 @@ use Moose::Role;
 
 use YAML::Any qw(Load Dump);
 
-our $VERSION   = '0.33';
+our $VERSION   = '0.34';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';