From d11cfa83627b6778749ff709053029988bf6fa5d Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 5 Feb 2020 01:49:02 -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 d0153e18..084bdbc1 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -26,7 +26,7 @@ use LWP::UserAgent; # These are set automatically by build/update_version.pl use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 3142, + BUILD_REVISION => 3147, BUILD_DATE => "2020-02-05", };