Bump version to v0.2rc3

This commit is contained in:
A.M. Rowsell 2025-02-26 17:44:39 -05:00
parent 87a376c5e8
commit 7d84c7c257
Signed by: amr
GPG key ID: 0B6E2D8375CF79A9

View file

@ -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)