Checking in changes prior to tagging of version 0.12.
[catagits/Web-Session.git] / lib / Plack / Middleware / Session.pm
index bb2d7f7..f7e20b6 100644 (file)
@@ -2,7 +2,7 @@ package Plack::Middleware::Session;
 use strict;
 use warnings;
 
-our $VERSION   = '0.11';
+our $VERSION   = '0.12';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use Plack::Util;