Release Zulip Server 1.8.1.

This commit is contained in:
Tim Abbott
2018-05-07 15:25:25 -07:00
parent 93d4c807a9
commit 8a1e20f734
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ author = 'The Zulip Team'
# The short X.Y version.
version = '1.8'
# The full version, including alpha/beta/rc tags.
release = '1.8.0'
release = '1.8.1'
# This allows us to insert a warning that appears only on an unreleased
# version, e.g. to say that something is likely to have changed.

View File

@@ -1,4 +1,4 @@
ZULIP_VERSION = "1.8.0"
ZULIP_VERSION = "1.8.1"
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump