8 lines
161 B
Python
8 lines
161 B
Python
"""
|
|
Bot version information.
|
|
This file is safe to commit and push - it doesn't contain machine-specific configuration.
|
|
"""
|
|
|
|
# Bot Version
|
|
BOT_VERSION = "1.4.0"
|
|
|