From 5effcd57ac22e51c969d150308d4161ce5ffef2d Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 12 May 2015 12:59:49 -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 b837b33e..95950644 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 => 1033, - BUILD_DATE => "2015-05-11", + BUILD_REVISION => 1036, + BUILD_DATE => "2015-05-12", }; 1;