3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-22 20:09:43 +01:00

Update version; bot restart required

This commit is contained in:
Pragmatic Software 2020-05-04 13:25:05 -07:00
parent 976bfcb5e7
commit ba3b22d124
2 changed files with 7 additions and 2 deletions

View File

@ -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 {

View File

@ -0,0 +1,5 @@
#!/usr/bin/env perl
# Recent updates require a bot restart
exit 0;