mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 11:29:39 +08:00
8 lines
186 B
Python
8 lines
186 B
Python
semantic_version = "v4.0.0"
|
|
|
|
required_database_version = 1
|
|
"""标记本版本所需要的数据库结构版本,用于判断数据库迁移"""
|
|
|
|
debug_mode = False
|
|
|
|
edition = 'community' |