From e02e1458fa74459f3a950c153e44002d6fb9ceac Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 26 Apr 2025 13:37:06 +0000 Subject: [PATCH] Increment build number to 33 [skip ci] --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 0fedf3fc..7bb9e07f 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__ = '32' # Auto-incremented on builds +__build__ = '33' # Auto-incremented on builds