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