From ce076824a2bcf792418aa968496a5cbb4e521191 Mon Sep 17 00:00:00 2001 From: Pengu Date: Sun, 21 Sep 2025 23:00:29 -0500 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 91ca4ed..fc9cbe7 100644 --- a/app.py +++ b/app.py @@ -66,7 +66,7 @@ DB_NAME = get_env_var("DB_NAME") LOCAL_TZ = pytz.timezone(get_env_var("LOCAL_TZ", str, required=False) or "America/Chicago") -BOT_VERSION = "1.0.7" +BOT_VERSION = "1.0.8" VERSION_URL = "https://raw.githubusercontent.com/PenguCCN/Jellycord/main/version.txt" RELEASES_URL = "https://github.com/PenguCCN/Jellycord/releases" CHANGELOG_URL = "https://raw.githubusercontent.com/PenguCCN/Jellycord/refs/heads/main/CHANGELOG.md"