From 0cce38b0abd43c0abc9dda833be80b08667047b0 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 25 Aug 2026 20:41:53 +0000 Subject: [PATCH] Update core/constants.py --- core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/constants.py b/core/constants.py index 0be6868..180642e 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 = "2.0" +SOFTWARE_VERSION = "2.0.1-pre" # HTTP headers used for spot providers that use HTTP HTTP_HEADERS = {"User-Agent": f"Spothole v{SOFTWARE_VERSION} (operated by {SERVER_OWNER_CALLSIGN})"}