version: Update version after 3.2 release.

This commit is contained in:
Alex Vandiver
2020-09-15 16:34:20 -07:00
parent 0aa67c0c99
commit 93bb85d821

View File

@@ -1,6 +1,6 @@
import os
ZULIP_VERSION = "3.2"
ZULIP_VERSION = "3.2+git"
# Add information on number of commits and commit hash to version, if available
zulip_git_version_file = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'zulip-git-version')
if os.path.exists(zulip_git_version_file):