From 4dffd3b1336df29f6336afbf2e9e4bfa48fa06bd Mon Sep 17 00:00:00 2001 From: wlinator Date: Thu, 15 Aug 2024 06:16:13 -0400 Subject: [PATCH] chore: Update version to 2.8.11 --- lib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.py b/lib/constants.py index 362bcdb..7952a4f 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -12,7 +12,7 @@ class Constants: TITLE = "Luminara" AUTHOR = "wlinator" LICENSE = "GNU General Public License v3.0" - VERSION = "2.8.9" # "Fix Mod Issues" update + VERSION = "2.8.11" # "Embed Refactor" update # bot credentials TOKEN: Optional[str] = os.environ.get("TOKEN", None)