Skip to content

Commit

Permalink
Bumped version in source
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSchaffner committed Mar 26, 2021
1 parent 45bd2fa commit 6851fe0
Showing 1 changed file with 1 addition and 1 deletion.
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 = 1.10
self.version = 1.20

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

0 comments on commit 6851fe0

Please sign in to comment.