diff --git a/version.py b/version.py index eb50f68cb4..c01eb837c5 100644 --- a/version.py +++ b/version.py @@ -21,8 +21,8 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.com/2023/05/31/zulip-7-0-relea # prevented from connecting to the Zulip server. Versions above # DESKTOP_MINIMUM_VERSION but below DESKTOP_WARNING_VERSION will have # a banner at the top of the page asking the user to upgrade. -DESKTOP_MINIMUM_VERSION = "5.2.0" -DESKTOP_WARNING_VERSION = "5.4.3" +DESKTOP_MINIMUM_VERSION = "5.4.3" +DESKTOP_WARNING_VERSION = "5.9.3" # Bump the API_FEATURE_LEVEL whenever an API change is made # that clients might want to condition on. If we forget at