Update version following 7.0-beta3 release.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-05-29 17:14:15 -07:00
parent 1af16642d9
commit e3e2691124
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ This page the release history for the Zulip server. See also the
## Zulip 7.x series ## Zulip 7.x series
### 7.0-beta3 -- 2023-05-29 ### 7.0 -- unreleased
This section is an incomplete draft of the release notes for the next This section is an incomplete draft of the release notes for the next
major release, and is only updated occasionally. See the [commit major release, and is only updated occasionally. See the [commit

View File

@ -1,6 +1,6 @@
import os import os
ZULIP_VERSION = "7.0-beta3" ZULIP_VERSION = "7.0-beta3+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(