Release Zulip Server 8.0-beta2.

This commit is contained in:
Tim Abbott 2023-12-12 12:17:56 -08:00
parent 4ad03804cf
commit 555cdd0a57
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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(