From d0073637ef774be79a4b3040e969a4a116fc8144 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 13 Apr 2025 15:39:34 +0000 Subject: [PATCH] Increment build number to 1 [skip ci] --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index da62c46d..1f13e1be 100644 --- a/version.py +++ b/version.py @@ -2,4 +2,4 @@ Dispatcharr version information. """ __version__ = '0.2.1' # Follow semantic versioning (MAJOR.MINOR.PATCH) -__build__ = '0' # Auto-incremented on builds +__build__ = '1' # Auto-incremented on builds