Version 0.28
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / Storable.pm
index b6515e5..7d4a43a 100644 (file)
@@ -4,7 +4,7 @@ use Moose::Role;
 
 use Storable ();
 
-our $VERSION   = '0.27';
+our $VERSION   = '0.28';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';