Update version

This commit is contained in:
Pragmatic Software 2021-06-11 16:50:13 -07:00
parent 96e276038e
commit 7c90cd56d6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ 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 => 4018, BUILD_REVISION => 4021,
BUILD_DATE => "2021-06-11", BUILD_DATE => "2021-06-11",
}; };