From 9446317116a3ed57eecc62e3fe36f3e6f82537de Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 30 Jan 2020 11:17:33 -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 0f371e64..75719883 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 => 3022, - BUILD_DATE => "2020-01-29", + BUILD_REVISION => 3027, + BUILD_DATE => "2020-01-30", }; sub new {