Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren070 committed Nov 23, 2023
1 parent ec64e4f commit 2fffc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/windows/emulator_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, root_dir, open_app_settings=False, pos=None):
super().__init__()
self.settings = Settings(self, root_dir)
self.metadata = Metadata(self, self.settings)
self.version = "v0.12.6"
self.version = "v0.12.7"
self.root_dir = root_dir
if pos is None:
pos = ["", ""]
Expand Down

0 comments on commit 2fffc44

Please sign in to comment.