bump version to 0.33
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Engine / IO / File.pm
index 3f03d55..6458094 100644 (file)
@@ -5,7 +5,7 @@ use Moose;
 use utf8 ();
 use IO::File;
 
-our $VERSION   = '0.32';
+our $VERSION   = '0.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
 has 'file' => (