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)