Dispatcharr/version.py
GitHub Actions 1bddebdae1
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.24.0
2026-05-03 14:31:05 +00:00

5 lines
171 B
Python

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