mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 11:59:43 +01:00
Update version; bot restart required
This commit is contained in:
parent
976bfcb5e7
commit
ba3b22d124
@ -19,8 +19,8 @@ use LWP::UserAgent;
|
|||||||
# These are set automatically by the misc/update_version script
|
# These are set automatically by the misc/update_version script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 3565,
|
BUILD_REVISION => 3567,
|
||||||
BUILD_DATE => "2020-05-03",
|
BUILD_DATE => "2020-05-04",
|
||||||
};
|
};
|
||||||
|
|
||||||
sub initialize {
|
sub initialize {
|
||||||
|
5
updates/3567_restart_required.pl
Executable file
5
updates/3567_restart_required.pl
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
# Recent updates require a bot restart
|
||||||
|
|
||||||
|
exit 0;
|
Loading…
Reference in New Issue
Block a user