From 164e4d94aea30a2eb20f1c06b9db48730c5276de Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 31 Jan 2020 18:53:05 -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 fe284725..d2213c92 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 => 3051, + BUILD_REVISION => 3054, BUILD_DATE => "2020-01-31", };