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