Bump versions
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / YAML.pm
index c9bbcf9..390139c 100644 (file)
@@ -10,7 +10,7 @@ use Best [
     [ qw[Load Dump] ]
 ];
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';