From 16709bf50acd2ea9f22c8f8bcaa73430198c8123 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Sat, 30 May 2015 16:10:36 -0400 Subject: [PATCH] Bump version. I'll tag this to make git-describe reasonable but there will be no 'official' release. --- modules/ksb/Version.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ksb/Version.pm b/modules/ksb/Version.pm index 556b243..95bfef1 100644 --- a/modules/ksb/Version.pm +++ b/modules/ksb/Version.pm @@ -8,7 +8,7 @@ use 5.014; # It is expected that future git tags will be in the form 'YY.MM' and will # be time-based instead of event-based as with previous releases. -our $VERSION = '15.04'; +our $VERSION = '15.05'; our $SCRIPT_VERSION = $VERSION;