Skip to content

Commit b86fc60

Browse files
committed
Bump client version number
1 parent 4daf5c0 commit b86fc60

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
@@ -446,7 +446,7 @@ def __init__(self, display_name: str, script_name: Optional[str] = None, func: O
446446
self.version = version
447447

448448
def add_client_to_launcher() -> None:
449-
version = 2024_09_29 # YYYYMMDD
449+
version = 2024_11_03 # YYYYMMDD
450450
found = False
451451

452452
if "manual" not in icon_paths:

0 commit comments

Comments
 (0)