v2.1 release

This commit is contained in:
Ian Renton
2026-09-18 12:44:09 +01:00
parent a367888e14
commit 556ea56378
10 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from data.band import Band
from data.sig import SIG
# General software
SOFTWARE_VERSION = "2.1-pre"
SOFTWARE_VERSION = "2.1"
# HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": f"Spothole v{SOFTWARE_VERSION} (operated by {SERVER_OWNER_CALLSIGN})"}