From fba4b49ccfac8dac2762395cc50fe4d9b1f2c567 Mon Sep 17 00:00:00 2001 From: wlinator Date: Wed, 14 Aug 2024 06:52:09 -0400 Subject: [PATCH] Up version --- lib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.py b/lib/constants.py index 9bf78b5..362bcdb 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.8" # "Refactor: v2.8" update + VERSION = "2.8.9" # "Fix Mod Issues" update # bot credentials TOKEN: Optional[str] = os.environ.get("TOKEN", None)