mirror of https://github.com/zulip/zulip.git
version: Increase DESKTOP_MINIMUM_VERSION, DESKTOP_WARNING_VERSION.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
0a7d3d3fe2
commit
6ea7b87930
|
@ -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
|
# prevented from connecting to the Zulip server. Versions above
|
||||||
# DESKTOP_MINIMUM_VERSION but below DESKTOP_WARNING_VERSION will have
|
# DESKTOP_MINIMUM_VERSION but below DESKTOP_WARNING_VERSION will have
|
||||||
# a banner at the top of the page asking the user to upgrade.
|
# a banner at the top of the page asking the user to upgrade.
|
||||||
DESKTOP_MINIMUM_VERSION = "5.2.0"
|
DESKTOP_MINIMUM_VERSION = "5.4.3"
|
||||||
DESKTOP_WARNING_VERSION = "5.4.3"
|
DESKTOP_WARNING_VERSION = "5.9.3"
|
||||||
|
|
||||||
# Bump the API_FEATURE_LEVEL whenever an API change is made
|
# Bump the API_FEATURE_LEVEL whenever an API change is made
|
||||||
# that clients might want to condition on. If we forget at
|
# that clients might want to condition on. If we forget at
|
||||||
|
|
Loading…
Reference in New Issue