Files
LangBot/pkg/utils/constants.py
2025-09-12 23:02:51 +08:00

9 lines
205 B
Python

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