Version 0.31
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / IO / StorableFile.pm
index 0c7e5b1..182ee4b 100644 (file)
@@ -3,7 +3,7 @@ use Moose::Role;
 
 use Storable ();
 
-our $VERSION   = '0.30';
+our $VERSION   = '0.31';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';