increment $VERSION after 0.14 release
[catagits/Catalyst-Plugin-Session-State-Stash.git] / lib / Catalyst / Plugin / Session / State / Stash.pm
index 962bada..6e41f8c 100644 (file)
@@ -8,7 +8,7 @@ use namespace::autoclean;
 
 extends 'Catalyst::Plugin::Session::State';
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 has _deleted_session_id => ( is => 'rw' );
 has _prepared => ( is => 'rw' );