Version 0.28
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Engine / IO / File.pm
index 1ffd2e6..ddd7b9f 100644 (file)
@@ -5,7 +5,7 @@ use Moose;
 use utf8 ();
 use IO::File;
 
-our $VERSION   = '0.27';
+our $VERSION   = '0.28';
 our $AUTHORITY = 'cpan:STEVAN';
 
 has 'file' => (