From dd5f0d0753fbf3f4a3139b217b98c2da231c8ec6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 22 Oct 2025 01:16:18 +0000 Subject: [PATCH] Release v0.11.0 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index ec4d5c9d..b97eb041 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ """ Dispatcharr version information. """ -__version__ = '0.10.4' # Follow semantic versioning (MAJOR.MINOR.PATCH) +__version__ = '0.11.0' # Follow semantic versioning (MAJOR.MINOR.PATCH) __timestamp__ = None # Set during CI/CD build process