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