mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
Some checks failed
Build and Push Multi-Arch Docker Image / build-and-push (push) Has been cancelled
5 lines
171 B
Python
5 lines
171 B
Python
"""
|
|
Dispatcharr version information.
|
|
"""
|
|
__version__ = '0.27.2' # Follow semantic versioning (MAJOR.MINOR.PATCH)
|
|
__timestamp__ = None # Set during CI/CD build process
|