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
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 3565,
BUILD_DATE => "2020-05-03",
BUILD_REVISION => 3567,
BUILD_DATE => "2020-05-04",
};
sub initialize {

View File

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