Version 0.31
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / Storable.pm
index 21787da..cbbe3de 100644 (file)
@@ -4,7 +4,7 @@ use Moose::Role;
 
 use Storable ();
 
-our $VERSION   = '0.30';
+our $VERSION   = '0.31';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';