1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00

Up version

This commit is contained in:
wlinator 2024-08-14 06:52:09 -04:00
parent d0e0999dd2
commit fba4b49ccf

View file

@ -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)