Skip to content

Commit

Permalink
🔖 build(1.17.0): also change to sematic versioning convention
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Apr 6, 2024
1 parent 1c7f57a commit 27be9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 27be9b2

Please sign in to comment.