From e4cb4bd1d2013a1790d83639fbbf9b00a2b0e9e3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 25 Apr 2025 17:47:25 +0000 Subject: [PATCH] Increment build number to 28 [skip ci] --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 869719f9..a8aae639 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__ = '27' # Auto-incremented on builds +__build__ = '28' # Auto-incremented on builds