fix: incorrect update date in kb card

This commit is contained in:
Junyan Qin
2025-12-01 14:35:41 +08:00
parent 51794176af
commit 0ddc3d60e7
5 changed files with 69 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import langbot
semantic_version = f'v{langbot.__version__}'
required_database_version = 12
required_database_version = 13
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
debug_mode = False