From 05ca37961a473e8b831a4e3cce7359de473ef781 Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Sat, 29 Mar 2025 12:33:46 -0400 Subject: [PATCH] Updated version number in user agent for v1.0.1 release. --- owncastsentry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owncastsentry.py b/owncastsentry.py index a690b2f..375b510 100644 --- a/owncastsentry.py +++ b/owncastsentry.py @@ -21,7 +21,7 @@ from urllib.parse import urlparse OWNCAST_STATUS_PATH = "/api/status" # 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 =====