v1.0 release

This commit is contained in:
Ian Renton
2025-11-08 11:44:11 +00:00
parent 85e0a7354c
commit f1841ca59e
3 changed files with 7 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ from data.sig import SIG
# General software
SOFTWARE_NAME = "Spothole by M0TRT"
SOFTWARE_VERSION = "0.1"
SOFTWARE_VERSION = "1.0"
# HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": SOFTWARE_NAME + ", v" + SOFTWARE_VERSION + " (operated by " + SERVER_OWNER_CALLSIGN + ")"}