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