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