Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSchaffner committed Mar 26, 2024
1 parent 50259c1 commit 0027e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aoe2de_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if __name__ == '__main__':
version_major = 2
version_minor = 8
version_minor = 9

app = App(version_major, version_minor)
app.start()

0 comments on commit 0027e8b

Please sign in to comment.