3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-10-14 06:57:25 +02:00

Fix jaasolve factoid

This commit is contained in:
Pragmatic Software 2025-10-08 12:18:36 -07:00
parent 6e3813cb78
commit e035745860
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
2 changed files with 1 additions and 1 deletions

BIN
data/factoids.sqlite3 vendored

Binary file not shown.

View File

@ -25,7 +25,7 @@ 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 => 4903, BUILD_REVISION => 4904,
BUILD_DATE => "2025-10-08", BUILD_DATE => "2025-10-08",
}; };