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

chore: update version to 2.8.12

This commit is contained in:
wlinator 2024-08-22 17:38:04 +02:00
parent 4fbfc6e05d
commit 774aec7f84

View file

@ -14,7 +14,7 @@ class Constants:
TITLE = "Luminara"
AUTHOR = "wlinator"
LICENSE = "GNU General Public License v3.0"
VERSION = "2.8.11" # "Embed Refactor" update
VERSION = "2.8.12" # "Refactor Blackjack" update
# bot credentials
TOKEN: Optional[str] = os.environ.get("TOKEN", None)