From 40082e33a772640b2feb90772011392f963ccd86 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 11 Apr 2025 21:09:12 +0000 Subject: [PATCH] Increment build number to 23 [skip ci] --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index c0f6b16e..f0337a7a 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__ = '22' # Auto-incremented on builds +__build__ = '23' # Auto-incremented on builds