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