From 7d84c7c257a74b158451d4344bed09c03b0d5c80 Mon Sep 17 00:00:00 2001 From: "A.M. Rowsell" Date: Wed, 26 Feb 2025 17:44:39 -0500 Subject: [PATCH] Bump version to v0.2rc3 --- discorss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discorss.py b/discorss.py index 357537c..67da27d 100755 --- a/discorss.py +++ b/discorss.py @@ -176,7 +176,7 @@ def main(): "attachments": [], } custom_header = { - "user-agent": "DiscoRSS (https://git.frzn.dev/amr/discorss, 0.2rc2)", + "user-agent": "DiscoRSS (https://git.frzn.dev/amr/discorss, 0.2rc3)", "content-type": "application/json", } webhook_string = json.dumps(webhook)