From e6c30f178f112f2671750c280f07a29d3ade40b4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 3 Jun 2025 21:35:26 +0000 Subject: [PATCH] Release v0.5.2 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 62c02ebc..193a1ea5 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ """ Dispatcharr version information. """ -__version__ = '0.5.1' # Follow semantic versioning (MAJOR.MINOR.PATCH) +__version__ = '0.5.2' # Follow semantic versioning (MAJOR.MINOR.PATCH) __timestamp__ = None # Set during CI/CD build process