mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08:00
11 lines
233 B
Python
11 lines
233 B
Python
import langbot
|
|
|
|
semantic_version = f'v{langbot.__version__}'
|
|
|
|
required_database_version = 11
|
|
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
|
|
|
|
debug_mode = False
|
|
|
|
edition = 'community'
|