Release 2.2

This commit is contained in:
Ian Renton
2026-09-24 06:38:39 +01:00
parent e88295cf4b
commit 02d08c17cd
10 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from core.config import SERVER_OWNER_CALLSIGN
from data.band import Band
# General software
SOFTWARE_VERSION = "2.2-pre"
SOFTWARE_VERSION = "2.2"
# HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": f"Spothole v{SOFTWARE_VERSION} (operated by {SERVER_OWNER_CALLSIGN})"}