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"