From 17d19b60b451ff5458c1cc5760806293017de71b Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 12 Jun 2021 01:23:41 -0700 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 a3a8fa12..4bd2e10b 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -20,8 +20,8 @@ use LWP::UserAgent; # These are set automatically by the misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4021, - BUILD_DATE => "2021-06-11", + BUILD_REVISION => 4023, + BUILD_DATE => "2021-06-12", }; sub initialize {