Skip to content

Commit

Permalink
Version number change
Browse files Browse the repository at this point in the history
  • Loading branch information
DDXofficial committed Feb 25, 2024
1 parent 2f25c5d commit 11716f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def clear_screen():
clear_screen()

# VERSION
launcher_version = str("0.2-pre")
launcher_version = str("0.2-beta")

# INTRO OUTPUT
print(" ______ _____")
Expand Down Expand Up @@ -123,4 +123,4 @@ def path_text():

clear_screen()
print("")
path_text()
path_text()

0 comments on commit 11716f1

Please sign in to comment.