diff --git a/lib/constants.py b/lib/constants.py index a109c09..28f2dce 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -14,7 +14,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.10" # "Refactor JSON Handling" update # bot credentials TOKEN: Optional[str] = os.environ.get("TOKEN", None)