From d6ca9474c3e4e293e5a65b35e25801c6843c5fba Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 24 Mar 2020 15:53:25 -0700 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 34d1d41e..2b273cc3 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -19,7 +19,7 @@ use LWP::UserAgent; # These are set automatically by the misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 3475, + BUILD_REVISION => 3477, BUILD_DATE => "2020-03-24", };