Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSchaffner committed Nov 18, 2021
1 parent aa26409 commit 6a66827
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 @@
1.20
1.30
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.20
self.version = 1.30

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

0 comments on commit 6a66827

Please sign in to comment.