Version bump

This commit is contained in:
Ian Renton
2026-08-02 11:41:26 +01:00
parent 11a236e668
commit 2e6d8e4b4a
+1 -1
View File
@@ -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 + ")"}