3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-06 03:59:31 +01:00

Update factoids

This commit is contained in:
Pragmatic Software 2024-07-11 13:54:40 -07:00
parent 6ac157d42d
commit 88518a21df
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
2 changed files with 2 additions and 2 deletions

BIN
data/factoids.sqlite3 vendored

Binary file not shown.

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 => 4767,
BUILD_DATE => "2024-07-10",
BUILD_REVISION => 4768,
BUILD_DATE => "2024-07-11",
};
sub initialize {}