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