Release 2.1.1

This commit is contained in:
Ian Renton
2026-09-18 21:37:05 +01:00
parent f0df4f38ca
commit ab81c136cc
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"
SOFTWARE_VERSION = "2.1.1"
# HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": f"Spothole v{SOFTWARE_VERSION} (operated by {SERVER_OWNER_CALLSIGN})"}