bump version for release
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / Storable.pm
index 24c077f..3e5815e 100644 (file)
@@ -3,7 +3,7 @@ use Moose::Role;
 
 use Storable ();
 
-our $VERSION   = '0.33';
+our $VERSION   = '0.34';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';