From 2e6d8e4b4ae280f44b2edfdfc0869a82681691cb Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Sun, 2 Aug 2026 11:41:26 +0100 Subject: [PATCH] Version bump --- core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/constants.py b/core/constants.py index 1d27e0b..6fb753d 100644 --- a/core/constants.py +++ b/core/constants.py @@ -3,7 +3,7 @@ from data.band import Band from data.sig import SIG # General software -SOFTWARE_VERSION = "1.4-pre" +SOFTWARE_VERSION = "2.0-pre" # HTTP headers used for spot providers that use HTTP HTTP_HEADERS = {"User-Agent": "Spothole v" + SOFTWARE_VERSION + " (operated by " + SERVER_OWNER_CALLSIGN + ")"}