Skip to content

Commit

Permalink
forgot to update client version
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzyGamesOn committed Sep 19, 2024
1 parent 66d04f8 commit 97d227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def __init__(self, display_name: str, script_name: Optional[str] = None, func: O
self.version = version

def add_client_to_launcher() -> None:
version = 2024_08_11 # YYYYMMDD
version = 2024_09_19 # YYYYMMDD
found = False
for c in components:
if c.display_name == "Manual Client":
Expand Down

0 comments on commit 97d227b

Please sign in to comment.