mirror of https://github.com/zulip/zulip.git
version: Update latest desktop release version.
This commit is contained in:
parent
94a9fa1891
commit
089225ea36
|
@ -12,7 +12,7 @@ if os.path.exists(zulip_git_version_file):
|
|||
LATEST_MAJOR_VERSION = "3.0"
|
||||
LATEST_RELEASE_VERSION = "3.0"
|
||||
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2020/07/16/zulip-3-0-released/"
|
||||
LATEST_DESKTOP_VERSION = "5.4.0"
|
||||
LATEST_DESKTOP_VERSION = "5.4.3"
|
||||
|
||||
# Versions of the desktop app below DESKTOP_MINIMUM_VERSION will be
|
||||
# prevented from connecting to the Zulip server. Versions above
|
||||
|
|
Loading…
Reference in New Issue