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