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