Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSchaffner committed Oct 21, 2024
1 parent 71c46cb commit 287c0e1
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 = 10
version_minor = 11

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

0 comments on commit 287c0e1

Please sign in to comment.