Update PBot version

This commit is contained in:
Pragmatic Software 2022-02-15 11:42:55 -08:00
parent 3fdfb789df
commit a7b27098ca
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ use PBot::Imports;
# These are set by the /misc/update_version script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 4444,
BUILD_DATE => "2022-01-18",
BUILD_REVISION => 4500,
BUILD_DATE => "2022-02-15",
};
sub initialize {}