From 4ea8f4ee424cf813a584145aec40cbfb9ab68e66 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 26 Jan 2020 05:20:23 -0800 Subject: [PATCH] Update version --- PBot/VERSION.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 2af62c1d..24b08f23 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -26,8 +26,8 @@ use LWP::UserAgent; # These are set automatically by build/update_version.pl use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 2943, - BUILD_DATE => "2020-01-25", + BUILD_REVISION => 2946, + BUILD_DATE => "2020-01-26", }; sub new {