Dispatcharr/version.py
GitHub Actions cb3402147e
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.20.1
2026-02-26 21:35:42 +00:00

5 lines
171 B
Python

"""
Dispatcharr version information.
"""
__version__ = '0.20.1' # Follow semantic versioning (MAJOR.MINOR.PATCH)
__timestamp__ = None # Set during CI/CD build process