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;