Skip to content

Commit

Permalink
forgot to bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Feb 3, 2024
1 parent 09b9cad commit 7d584a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RielUXTU/RielUXTU.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

CONFIG_PATH = 'config.ini'
LATEST_VERSION_URL = "https://github.com/gorouflex/rieluxtu4mac/releases/latest"
LOCAL_VERSION = "0.0.7"
LOCAL_VERSION = "0.0.8"

def print_logo():
print(r"""
Expand All @@ -25,8 +25,7 @@ def print_logo():
| _ /| |/ _ \ | | | | > < | | | | | |__ _| |\/| |/ _` |/ __|
| | \ \| | __/ | |__| |/ . \ | | | |__| | | | | | | | (_| | (__
|_| \_\_|\___|_|\____//_/ \_\ |_| \____/ |_| |_| |_|\__,_|\___|
Version 0.0.7 Stable - CLI Mode""")
""")

def print_main_menu():
clear()
Expand Down

0 comments on commit 7d584a4

Please sign in to comment.