From 270df1551f78fbab729acc79c4785910b655f25d Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 7 Feb 2020 11:22:19 -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 0b50687d..a921dd09 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 => 3181, - BUILD_DATE => "2020-02-06", + BUILD_REVISION => 3189, + BUILD_DATE => "2020-02-07", }; sub new {