From cada72fdb2f003bea5e60875c16d565b6e61738e Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 20 Jan 2020 16:52:46 -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 02a50cd0..bcc022b8 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 => 2847, + BUILD_REVISION => 2849, BUILD_DATE => "2020-01-20", };