From af02bc43d3469d81116ec0ff26abc502728c86d8 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 1 Dec 2016 05:05:10 -0800 Subject: [PATCH] Update version --- PBot/VERSION.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index da58e88d..44806c5d 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 1460, + BUILD_REVISION => 1462, BUILD_DATE => "2016-12-01", };