Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonius7 committed Apr 27, 2022
1 parent 86f8167 commit fbe5ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion old_glory.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class OldGloryApp(tk.Tk):
def __init__(self, *args, **kwargs):
self.version = "v0.9.11.23"
self.release = "5.8.2.2"
self.release = "5.8.3"

### Window Frame
tk.Tk.__init__(self, *args, **kwargs)
Expand Down

0 comments on commit fbe5ce1

Please sign in to comment.