From 59f4bbcf14a5cc9fe1a2fa1ab43a9c95f86f2ec1 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Tue, 3 Jul 2012 10:25:00 +0300 Subject: [PATCH] version bump --- lib/Dancer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dancer.pm b/lib/Dancer.pm index c9171916b..9d802bf3d 100644 --- a/lib/Dancer.pm +++ b/lib/Dancer.pm @@ -5,7 +5,7 @@ use warnings; use Carp; use Cwd 'realpath'; -our $VERSION = '1.3095_01'; +our $VERSION = '1.3095_02'; our $AUTHORITY = 'SUKRIA'; use Dancer::App;