Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlkns committed Sep 1, 2022
1 parent cf99c58 commit c6a48e1
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.1
2.2
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self):
self.logic = Logic()
self.patch_list = list(reversed(self.logic.get_patch_list()))

self.version = 2.1
self.version = 2.2

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

0 comments on commit c6a48e1

Please sign in to comment.