0.02
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Engine / IO / File.pm
index defa4c8..b87f6a3 100644 (file)
@@ -4,7 +4,7 @@ use Moose;
 
 use IO::File;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 has 'file' => (
        is       => 'ro',