From a967f681597720039cca02b4cb117ed475add3c4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 11 Apr 2025 12:26:05 +0000 Subject: [PATCH] Increment build number to 6 [skip ci] --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 5bf8a080..682d2781 100644 --- a/version.py +++ b/version.py @@ -2,4 +2,4 @@ Dispatcharr version information. """ __version__ = '0.1.0' # Follow semantic versioning (MAJOR.MINOR.PATCH) -__build__ = '4' # Auto-incremented on builds +__build__ = '6' # Auto-incremented on builds