pre-0.02 commit
[catagits/Web-Session.git] / lib / Plack / Session / Store / Null.pm
index e8c3bfa..493143f 100644 (file)
@@ -2,7 +2,7 @@ package Plack::Session::Store::Null;
 use strict;
 use warnings;
 
-our $VERSION   = '0.01';
+our $VERSION   = '0.02';
 our $AUTHORITY = 'cpan:STEVAN';
 
 sub new     { bless {} => shift }