From 336b309b540d6c1733a529d502927cf68cafa620 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Wed, 14 Apr 2021 11:49:57 -0700 Subject: [PATCH] version: Update version after 3.4 release. --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index ac8fee5f9e..b74267faa7 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ import os -ZULIP_VERSION = "3.4" +ZULIP_VERSION = "3.4+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):