From 5a9737632a680768ad878fcfe01ea876e70aa020 Mon Sep 17 00:00:00 2001 From: "Stefan Hornburg (Racke)" Date: Sun, 29 Dec 2013 08:30:29 +0100 Subject: [PATCH] Bump up version number. --- lib/Dancer/Session/DBIC.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Dancer/Session/DBIC.pm b/lib/Dancer/Session/DBIC.pm index cf9738e..0e8919f 100644 --- a/lib/Dancer/Session/DBIC.pm +++ b/lib/Dancer/Session/DBIC.pm @@ -6,7 +6,7 @@ Dancer::Session::DBIC - DBIx::Class session engine for Dancer =head1 VERSION -0.001 +0.002 =head1 DESCRIPTION @@ -61,7 +61,7 @@ use Try::Tiny; use Module::Load; use Scalar::Util qw(blessed); -our $VERSION = '0.001'; +our $VERSION = '0.002'; my %dbic_handles;