version: Bump required desktop app versions.

Older desktop releases work fine against modern Zulip, but have
security issues that mean users should upgrade.
This commit is contained in:
Tim Abbott 2021-05-13 12:46:40 -07:00
parent 4fd9a971ed
commit 454eced466
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2020/07/16/zulip-3-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.0.0"
DESKTOP_WARNING_VERSION = "5.2.0"
DESKTOP_MINIMUM_VERSION = "5.2.0"
DESKTOP_WARNING_VERSION = "5.4.3"
# Bump the API_FEATURE_LEVEL whenever an API change is made
# that clients might want to condition on. If we forget at