From 00a8609b352eb909915adab025097ab352b27cc1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 25 Apr 2025 20:32:59 +0000 Subject: [PATCH] Increment build number to 29 [skip ci] --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index a8aae639..8ad97b43 100644 --- a/version.py +++ b/version.py @@ -2,4 +2,4 @@ Dispatcharr version information. """ __version__ = '0.3.3' # Follow semantic versioning (MAJOR.MINOR.PATCH) -__build__ = '28' # Auto-incremented on builds +__build__ = '29' # Auto-incremented on builds