Files
LangBot/pkg/utils/constants.py
2025-08-17 21:18:41 +08:00

9 lines
199 B
Python

semantic_version = 'v4.1.2'
required_database_version = 5
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
debug_mode = False
edition = 'community'