This commit is contained in:
Ian Renton
2026-08-11 05:50:18 +01:00
parent 4808ed1882
commit 0e6eba80a9
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from data.band import Band
from data.sig import SIG
# General software
SOFTWARE_VERSION = "1.5"
SOFTWARE_VERSION = "1.5.2"
# HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": "Spothole v" + SOFTWARE_VERSION + " (operated by " + SERVER_OWNER_CALLSIGN + ")"}