From a9a6791ddc43350611e9120be69010b2ac58aff1 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Mon, 20 Jun 2016 06:36:15 +0100 Subject: [PATCH] Bump version for release --- lib/Net/Songkick.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Net/Songkick.pm b/lib/Net/Songkick.pm index 666ef9c..8e3f458 100644 --- a/lib/Net/Songkick.pm +++ b/lib/Net/Songkick.pm @@ -44,7 +44,7 @@ package Net::Songkick; use strict; use warnings; -our $VERSION = '1.00.00'; +our $VERSION = '1.00.01'; use Moose;