From 7a53ccfb1cf793a8703ab6a562c148282333dad4 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Tue, 15 Mar 2022 14:25:49 -0700 Subject: [PATCH] version: Update version after 4.11 release. --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index e274ad4fa7..7d34e61a13 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ import os -ZULIP_VERSION = "4.11" +ZULIP_VERSION = "4.11+git" # Add information on number of commits and commit hash to version, if available zulip_git_version_file = os.path.join(