mark_update_notified(
latest: str,
) -> None| Name | Type | Description |
|---|---|---|
latest* | str | The version string that was shown. |
Record that the user was notified about version latest.
Writes into the shared update state file so a subsequent
should_notify_update call can suppress duplicate banners.