From 891ee1afe59e39de62e192797b8ba37a408d5bce Mon Sep 17 00:00:00 2001 From: Joan Fontanals Date: Mon, 20 Nov 2023 10:26:47 +0100 Subject: [PATCH] chore: update version to 3.23.0 (#6113) Co-authored-by: Joan Fontanals Martinez --- jina/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jina/__init__.py b/jina/__init__.py index 6774fdde800ba..72253f3b47212 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -77,7 +77,7 @@ def _ignore_google_warnings(): # this is managed by git tag and updated on every release # NOTE: this represents the NEXT release version -__version__ = '3.22.5' +__version__ = '3.23.0' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution