From dfcef63e5e8596c0463f3b7aa7e9a4b30a0aabce Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 10 Sep 2015 01:51:31 -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 fc9ff339..33c5bb97 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 => 1237, - BUILD_DATE => "2015-09-09", + BUILD_REVISION => 1239, + BUILD_DATE => "2015-09-10", }; 1;