From 059d9364eb890cbb77aedc98205dfe4ec2a40a15 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Sun, 11 Jan 2026 15:35:39 +0000 Subject: [PATCH] Project version bump --- core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/constants.py b/core/constants.py index 97eefa0..2da19b3 100644 --- a/core/constants.py +++ b/core/constants.py @@ -4,7 +4,7 @@ from data.sig import SIG # General software SOFTWARE_NAME = "Spothole by M0TRT" -SOFTWARE_VERSION = "1.1-pre" +SOFTWARE_VERSION = "1.1" # HTTP headers used for spot providers that use HTTP HTTP_HEADERS = {"User-Agent": SOFTWARE_NAME + ", v" + SOFTWARE_VERSION + " (operated by " + SERVER_OWNER_CALLSIGN + ")"}