Skip to content

Commit 97d227b

Browse files
committed
forgot to update client version
1 parent 66d04f8 commit 97d227b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def __init__(self, display_name: str, script_name: Optional[str] = None, func: O
420420
self.version = version
421421

422422
def add_client_to_launcher() -> None:
423-
version = 2024_08_11 # YYYYMMDD
423+
version = 2024_09_19 # YYYYMMDD
424424
found = False
425425
for c in components:
426426
if c.display_name == "Manual Client":

0 commit comments

Comments
 (0)