mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +08:00
9 lines
193 B
Python
9 lines
193 B
Python
semantic_version = 'v4.3.0.beta3'
|
|
|
|
required_database_version = 5
|
|
"""标记本版本所需要的数据库结构版本,用于判断数据库迁移"""
|
|
|
|
debug_mode = False
|
|
|
|
edition = 'community'
|