diff --git a/src/constants.py b/src/constants.py index a2235a0..ec75574 100644 --- a/src/constants.py +++ b/src/constants.py @@ -10,7 +10,7 @@ BUNDLE_DIR = "" -VERSION: str = "1.16" +VERSION: str = "1.17.0" AUTHORS: str = "KevinNitroG & NTGNguyen" BANNER_FILE: str = f"{BUNDLE_DIR}assets/utils/ascii_banner.txt" with open(BANNER_FILE, encoding="utf-8") as banner_content: