From ba3b22d124c8104327c8db46a1628aededc302aa Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 4 May 2020 13:25:05 -0700 Subject: [PATCH] Update version; bot restart required --- PBot/VERSION.pm | 4 ++-- updates/3567_restart_required.pl | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100755 updates/3567_restart_required.pl diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index a11773a7..7a819661 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -19,8 +19,8 @@ use LWP::UserAgent; # These are set automatically by the misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 3565, - BUILD_DATE => "2020-05-03", + BUILD_REVISION => 3567, + BUILD_DATE => "2020-05-04", }; sub initialize { diff --git a/updates/3567_restart_required.pl b/updates/3567_restart_required.pl new file mode 100755 index 00000000..66f7bb88 --- /dev/null +++ b/updates/3567_restart_required.pl @@ -0,0 +1,5 @@ +#!/usr/bin/env perl + +# Recent updates require a bot restart + +exit 0;