From 70aaa2a04c21eb76f606a00ec0ab79fab78d8109 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 24 Sep 2025 21:40:25 +0000 Subject: [PATCH] Release v0.10.1 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 2c518459..46b24630 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ """ Dispatcharr version information. """ -__version__ = '0.10.0' # Follow semantic versioning (MAJOR.MINOR.PATCH) +__version__ = '0.10.1' # Follow semantic versioning (MAJOR.MINOR.PATCH) __timestamp__ = None # Set during CI/CD build process