From 68731644788093656d7bf5a4be321615044e6bf9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 25 Apr 2025 00:36:34 +0000 Subject: [PATCH] Increment build number to 19 [skip ci] --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 7c1cadcc..83757bef 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__ = '18' # Auto-incremented on builds +__build__ = '19' # Auto-incremented on builds