Skip to content

Commit

Permalink
chore: forgot to bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren070 authored May 12, 2024
1 parent d436c86 commit 37c30f3
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 @@ -30,7 +30,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.8"
self.version = "v0.13.9"
self.root_dir = root_dir
if pos is None:
pos = ["", ""]
Expand Down

0 comments on commit 37c30f3

Please sign in to comment.