mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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.1'
|