Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren070 committed Apr 7, 2024
1 parent 4f2a403 commit b841a5e
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 @@ -32,7 +32,7 @@ def __init__(self, root_dir, open_app_settings=False, pos=None):
self.settings = Settings(self, root_dir)
self.metadata = Metadata(self, self.settings)
self.cache = Cache(self, self.settings, self.metadata)
self.version = "v0.13.6"
self.version = "v0.13.7"
self.root_dir = root_dir
if pos is None:
pos = ["", ""]
Expand Down

0 comments on commit b841a5e

Please sign in to comment.