mirror of https://github.com/zulip/zulip.git
Release Zulip Server 8.0-beta2.
This commit is contained in:
parent
4ad03804cf
commit
555cdd0a57
|
@ -5,9 +5,9 @@ This page contains the release history for the Zulip server. See also the
|
|||
|
||||
## Zulip Server 8.x series
|
||||
|
||||
### Zulip Server 8.0-beta1
|
||||
### Zulip Server 8.0-beta2
|
||||
|
||||
_Released 2023-11-16_
|
||||
_Released 2023-12-12_
|
||||
|
||||
#### Highlights
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import os
|
||||
|
||||
ZULIP_VERSION = "8.0-beta1+git"
|
||||
ZULIP_VERSION = "8.0-beta2"
|
||||
|
||||
# Add information on number of commits and commit hash to version, if available
|
||||
zulip_git_version_file = os.path.join(
|
||||
|
|
Loading…
Reference in New Issue