Fix GIRO data source. Release v2.0.3

This commit is contained in:
Ian Renton
2026-08-28 21:47:25 +01:00
parent c71c0e9d75
commit 2a4190ec4a
11 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from data.band import Band
from data.sig import SIG
# General software
SOFTWARE_VERSION = "2.0.2"
SOFTWARE_VERSION = "2.0.3"
# HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": f"Spothole v{SOFTWARE_VERSION} (operated by {SERVER_OWNER_CALLSIGN})"}