From 8d560ef988ff926e68c474d68548b6a263a6e67d Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 30 Nov 2017 16:41:53 -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 ea4cd781..0f9d395e 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -17,7 +17,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 1841, + BUILD_REVISION => 1843, BUILD_DATE => "2017-11-30", };