Dispatcharr/version.py
GitHub Actions da186bcb9d
Some checks failed
Build and Push Multi-Arch Docker Image / build-and-push (push) Has been cancelled
Frontend Tests / test (push) Has been cancelled
Release v0.17.0
2026-01-13 22:48:13 +00:00

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