From 955176f45a582b9fc894fcd41200eea832bfb763 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 27 Jun 2025 21:18:17 +0000 Subject: [PATCH] Release v0.6.1 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 6c008d2b..2718738d 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ """ Dispatcharr version information. """ -__version__ = '0.6.0' # Follow semantic versioning (MAJOR.MINOR.PATCH) +__version__ = '0.6.1' # Follow semantic versioning (MAJOR.MINOR.PATCH) __timestamp__ = None # Set during CI/CD build process