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