From be2e568066b2f947e1f49fa069f04b3c7acb21ee Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 13 Dec 2016 15:42:56 -0800 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 8455f232..a71e7437 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 => 1474, - BUILD_DATE => "2016-12-09", + BUILD_REVISION => 1476, + BUILD_DATE => "2016-12-13", }; 1;