Version 0.30
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / YAML.pm
index 3651e3e..4e80af0 100644 (file)
@@ -7,7 +7,7 @@ use Moose::Role;
 
 use YAML::Any qw(Load Dump);
 
-our $VERSION   = '0.29';
+our $VERSION   = '0.30';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';