From dd51f5e57ea536088ce2a476494854323cd8817a Mon Sep 17 00:00:00 2001 From: Joan Fontanals Date: Fri, 25 Nov 2022 13:26:41 +0100 Subject: [PATCH] chore: update jina version (#5449) --- jina/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jina/__init__.py b/jina/__init__.py index ddba53d3509c1..07dcce4b3f448 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -65,7 +65,7 @@ def _warning_on_one_line(message, category, filename, lineno, *args, **kwargs): # this is managed by git tag and updated on every release # NOTE: this represents the NEXT release version -__version__ = '3.11.1' +__version__ = '3.12.0' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution