Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlkns committed Apr 17, 2023
1 parent e8d9173 commit ab4b815
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.4
2.5
2 changes: 1 addition & 1 deletion src/aoe2de_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self):
self.logic = Logic()
self.patch_list = list(reversed(self.logic.get_patch_list()))

self.version = 2.4
self.version = 2.5

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

0 comments on commit ab4b815

Please sign in to comment.