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