3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-21 19:39:44 +01:00

Update version

This commit is contained in:
Pragmatic Software 2022-12-25 18:22:21 -08:00
parent ea35fc78c2
commit ad449ff07b

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 => 4590,
BUILD_DATE => "2022-10-01",
BUILD_REVISION => 4597,
BUILD_DATE => "2022-12-25",
};
sub initialize {}