Bump version to 0.24
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / YAML.pm
index 84f060e..74bdf69 100644 (file)
@@ -7,7 +7,7 @@ use Moose::Role;
 
 use YAML::Any qw(Load Dump);
 
-our $VERSION   = '0.23';
+our $VERSION   = '0.24';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';