Skip to content

Commit

Permalink
Update check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Funsiooo committed Jul 28, 2024
1 parent 78df281 commit 36dcfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

def check_version():
try:
current_version = '1.5'
current_version = '1.6'

print(f"[{Colors.CYAN}{print_start_time()}{Colors.RESET}] [{Colors.GREEN}*{Colors.RESET}] [{Colors.GREEN}INFO"
f"{Colors.RESET}] {Colors.GREEN}checking for the latest version{Colors.RESET}")
Expand Down

0 comments on commit 36dcfc3

Please sign in to comment.