3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-04 18:38:47 +02:00

Update PBot version

This commit is contained in:
Pragmatic Software 2022-02-15 11:42:55 -08:00
parent 3fdfb789df
commit a7b27098ca

View File

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