Skip to content

Commit

Permalink
set new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlkns committed Jun 28, 2023
1 parent d4ee9b1 commit b3b43be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self):
self.logic = Logic()
self.patch_list = list(reversed(self.logic.get_patch_list()))

self.version = 2.6
self.version = 2.7

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

0 comments on commit b3b43be

Please sign in to comment.