3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-14 17:59:25 +02:00

Update version

This commit is contained in:
Pragmatic Software 2021-07-20 21:38:15 -07:00
parent ea63ef8fe8
commit 767467b904

View File

@ -16,8 +16,8 @@ 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 => 4247, BUILD_REVISION => 4251,
BUILD_DATE => "2021-07-19", BUILD_DATE => "2021-07-20",
}; };
sub initialize { sub initialize {