From f2590ec83bdc1d4e1d5f5c971cdb60066eff709e Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 22 Jan 2020 16:51:19 -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 d623fd25..9bddbe38 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 => 2888, + BUILD_REVISION => 2893, BUILD_DATE => "2020-01-22", };