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

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuntlover-TM authored Jan 17, 2023
1 parent 10c9b6c commit d6673a5
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 @@ -86,7 +86,7 @@ def update():

files = requests.get(version_file_url).text.split("\n")

current_version = "v0.1.1"
current_version = "v0.1.2"
version = files[5]

update_bool = None
Expand Down

0 comments on commit d6673a5

Please sign in to comment.