3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

EventQueue: minor whitespace correction

This commit is contained in:
Pragmatic Software 2023-11-14 10:44:43 -08:00
parent afa124e0d3
commit 7347fef521
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
2 changed files with 3 additions and 3 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 => 4696,
BUILD_DATE => "2023-11-09",
BUILD_REVISION => 4698,
BUILD_DATE => "2023-11-14",
};
sub initialize {}