9 lines
161 B
Python
9 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"
|
||
|
|
|