From e4d62a2e18295539aac96afa36449f0a3acc0b88 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 13 Sep 2016 12:43: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 2c7b01dd..5dcad6e8 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 => 1413, - BUILD_DATE => "2016-09-02", + BUILD_REVISION => 1415, + BUILD_DATE => "2016-09-13", }; 1;