Dispatcharr/version.py
GitHub Actions 22b957aee4
Some checks failed
Build and Push Multi-Arch Docker Image / build-and-push (push) Has been cancelled
Release v0.27.2
2026-06-30 16:28:27 +00:00

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