From c37900d69e857d77a91e25e2f6bb64e7b676715c Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 2 Feb 2020 14:53:42 -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 64023be2..4cbe650d 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 => 3086, - BUILD_DATE => "2020-02-01", + BUILD_REVISION => 3091, + BUILD_DATE => "2020-02-02", }; sub new {