Skip to content

Commit

Permalink
A new version is added
Browse files Browse the repository at this point in the history
  • Loading branch information
sAjibuu committed Feb 23, 2024
1 parent cf38859 commit ed74b13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current_version": "v3.0.0#dev",
"current_version": "v3.0.1#dev",
"latest_version": "v3.0.0#dev"
}
4 changes: 2 additions & 2 deletions lib/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ def check_for_updates():
os.system(f"rm -rf /tmp/Upload_Bypass")

print("Download complete.")
print(f"Upgraded to: {latest_version}")
print("Release Notes:\n" + description)
print(f"\nUpgraded to: {latest_version}")
print("\nRelease Notes:\n" + description)
break

# Handle Windows platform
Expand Down

0 comments on commit ed74b13

Please sign in to comment.