From e4a84f0e807ff9f6a9c5c05bc17f45f9d13eb5c6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 12 Apr 2025 14:40:03 +0000 Subject: [PATCH] Increment build number to 32 [skip ci] --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 4a7aaa32..883b199f 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__ = '31' # Auto-incremented on builds +__build__ = '32' # Auto-incremented on builds