From 6a472c8c49a9acbd53f49955994e349a15430fac Mon Sep 17 00:00:00 2001 From: Joan Fontanals Date: Fri, 8 Nov 2024 14:18:13 +0100 Subject: [PATCH] chore: update version (#6219) --- jina/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jina/__init__.py b/jina/__init__.py index f69e4f5d50983..3b20582b2a19a 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -76,7 +76,7 @@ def _ignore_google_warnings(): # do not change this line manually this is managed by git tag and updated on every release # NOTE: this represents the NEXT release version -__version__ = '3.27.21' +__version__ = '3.28.0' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution