This commit is contained in:
SergeantPanda 2025-07-29 16:22:48 -05:00
commit 06d8d01fd9

View file

@ -1,5 +1,5 @@
"""
Dispatcharr version information.
"""
__version__ = '0.7.0' # Follow semantic versioning (MAJOR.MINOR.PATCH)
__version__ = '0.7.1' # Follow semantic versioning (MAJOR.MINOR.PATCH)
__timestamp__ = None # Set during CI/CD build process