Bump version numbers for release
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / YAML.pm
index be111a7..f2c08cc 100644 (file)
@@ -11,7 +11,7 @@ use Best [
     [ qw[Load Dump] ]
 ];
 
-our $VERSION   = '0.17';
+our $VERSION   = '0.18';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';