Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlkns committed Jul 7, 2022
1 parent d03531a commit e1e9b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion remote/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0
2.1
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self):
self.logic = Logic()
self.patch_list = list(reversed(self.logic.get_patch_list()))

self.version = 2.0
self.version = 2.1

# Set up GUI
self.window = tk.Tk()
Expand Down

0 comments on commit e1e9b59

Please sign in to comment.