From 534523287b130b6c2f18dc896cd83d545ae82f5b Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 6 Dec 2016 20:47:29 -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 2b73c02f..55532e25 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 => 1466, - BUILD_DATE => "2016-12-04", + BUILD_REVISION => 1472, + BUILD_DATE => "2016-12-06", }; 1;