Bump version to 0.24
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / Storable.pm
index c9ca51c..bd0d57c 100644 (file)
@@ -4,7 +4,7 @@ use Moose::Role;
 
 use Storable ();
 
-our $VERSION   = '0.23';
+our $VERSION   = '0.24';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';