From: Yuval Kogman Date: Mon, 8 Oct 2007 18:56:02 +0000 (+0000) Subject: version bump X-Git-Tag: v0.09~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=91e8f3e3888b90d2e1b1f4002e244edb951522b2;hp=3dfcd15644b566a7bf1c10fcc23376c5d1639ff7 version bump --- diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index 6288ade..fee226a 100644 --- a/lib/Catalyst/Plugin/Session/State/Cookie.pm +++ b/lib/Catalyst/Plugin/Session/State/Cookie.pm @@ -7,7 +7,7 @@ use warnings; use NEXT; use Catalyst::Utils (); -our $VERSION = "0.08"; +our $VERSION = "0.09"; BEGIN { __PACKAGE__->mk_accessors(qw/_deleted_session_id/) }