From 00203f17051930afe55c7df9273d6a5df84ba9b6 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 20 Apr 2015 21:33:17 -0700 Subject: [PATCH] Update version --- PBot/VERSION.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 0dd9b729..ac861418 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,8 +13,8 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 1012, - BUILD_DATE => "2015-04-19", + BUILD_REVISION => 1014, + BUILD_DATE => "2015-04-20", }; 1;