Bump version to 0.24
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / JSON.pm
index 5f9f98b..57d6fcf 100644 (file)
@@ -7,7 +7,7 @@ no warnings 'once';
 use JSON::Any;
 use utf8 ();
 
-our $VERSION   = '0.23';
+our $VERSION   = '0.24';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';