Updated version number in user agent for v1.0.1 release.

This commit is contained in:
2025-03-29 12:33:46 -04:00
parent ad1ae65115
commit 05ca37961a

View File

@@ -21,7 +21,7 @@ from urllib.parse import urlparse
OWNCAST_STATUS_PATH = "/api/status" OWNCAST_STATUS_PATH = "/api/status"
# User agent to send with all HTTP requests. # User agent to send with all HTTP requests.
USER_AGENT = "OwncastSentry/1.0.0 (bot; +https://git.logal.dev/LogalDeveloper/OwncastSentry)" USER_AGENT = "OwncastSentry/1.0.1 (bot; +https://git.logal.dev/LogalDeveloper/OwncastSentry)"
# ===== DATABASE MIGRATIONS ===== # ===== DATABASE MIGRATIONS =====