bump version to 0.14
Karen Etheridge [Wed, 8 Jul 2015 00:48:55 +0000 (17:48 -0700)]
lib/Catalyst/Plugin/Session/State/Stash.pm

index d68837b..dceb9c2 100644 (file)
@@ -6,7 +6,7 @@ use namespace::autoclean;
 
 extends 'Catalyst::Plugin::Session::State';
 
-our $VERSION = "0.13";
+our $VERSION = '0.14';
 
 has _deleted_session_id => ( is => 'rw' );
 has _prepared => ( is => 'rw' );