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