mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-22 18:28:00 +00:00
5 lines
171 B
Python
5 lines
171 B
Python
"""
|
|
Dispatcharr version information.
|
|
"""
|
|
__version__ = '0.17.0' # Follow semantic versioning (MAJOR.MINOR.PATCH)
|
|
__timestamp__ = None # Set during CI/CD build process
|