From 33d8c190d8ebcf1e183475c162ed6533507221f5 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Mon, 24 Jan 2022 18:44:09 -0800 Subject: [PATCH] version: Update version after 4.9 release. --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 55f5a4edc8..61d71ea5da 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ import os -ZULIP_VERSION = "4.9" +ZULIP_VERSION = "4.9+git" # Add information on number of commits and commit hash to version, if available zulip_git_version_file = os.path.join(