version: Update version after 3.1 release.

This commit is contained in:
Tim Abbott
2020-07-30 15:52:52 -07:00
parent 31f7006309
commit 928b8ad031

View File

@@ -1,6 +1,6 @@
import os
ZULIP_VERSION = "3.1"
ZULIP_VERSION = "3.1+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):