adding new tests
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage.pm
index c543fc8..b58562f 100644 (file)
@@ -4,7 +4,7 @@ use Moose qw(confess);
 
 use MooseX::Storage::Meta::Attribute::DoNotSerialize;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 sub import {
     my $pkg = caller();