From d8854603c370463101f5c9eedbaba7f71553236d Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 22 Sep 2016 08:26:46 -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 5dcad6e8..3a6436be 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 => 1415, - BUILD_DATE => "2016-09-13", + BUILD_REVISION => 1418, + BUILD_DATE => "2016-09-22", }; 1;