Version 0.32
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / IO / File.pm
index c1ba65b..9cb5ed3 100644 (file)
@@ -3,7 +3,7 @@ use Moose::Role;
 
 use MooseX::Storage::Engine::IO::File;
 
-our $VERSION   = '0.31';
+our $VERSION   = '0.32';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'thaw';