increment $VERSION after 0.14 release
Karen Etheridge [Wed, 8 Jul 2015 01:26:17 +0000 (18:26 -0700)]
Changes
lib/Catalyst/Plugin/Session/State/Stash.pm

diff --git a/Changes b/Changes
index 2fdf74b..06cbced 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Catalyst-Plugin-Session-State-Stash
 
+{{$NEXT}}
+
 0.14      2015-07-08 01:25:27Z
         - allow multiple state objects to work at the same time
           (IKEGAMI, RT#62090)
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' );