v2.0.1 release

This commit is contained in:
Ian Renton
2026-08-28 07:59:10 +01:00
parent b2719d2cd6
commit 02e2730e47
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 = "2.0.1-pre"
SOFTWARE_VERSION = "2.0.1"
# HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": f"Spothole v{SOFTWARE_VERSION} (operated by {SERVER_OWNER_CALLSIGN})"}