mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 12:21:58 +00:00
Pointing these at the latest release, rather than the latest version in master, allows us to make changes to the installer and document them properly in master, without making the instructions confusingly wrong for people who just go to the website or the GitHub repo page and follow instructions to install.
7 lines
256 B
Python
7 lines
256 B
Python
# When bumping this for a release, we should also update the handful
|
|
# of places we link to docs for the latest release, rather than master.
|
|
# To find them: git grep 'zulip.readthedocs.io/en/[0-9]'
|
|
ZULIP_VERSION = "1.7.0+git"
|
|
|
|
PROVISION_VERSION = '12.0'
|