mirror of https://github.com/zulip/zulip.git
version: Update version following 9.0-beta1.
This commit is contained in:
parent
be19d33d85
commit
bfd5cdf6b9
|
@ -1,6 +1,6 @@
|
||||||
import os
|
import os
|
||||||
|
|
||||||
ZULIP_VERSION = "9.0-beta1"
|
ZULIP_VERSION = "9.0-beta1+git"
|
||||||
|
|
||||||
# Add information on number of commits and commit hash to version, if available
|
# Add information on number of commits and commit hash to version, if available
|
||||||
zulip_git_version_file = os.path.join(
|
zulip_git_version_file = os.path.join(
|
||||||
|
|
Loading…
Reference in New Issue