From b2430fbd6b9b2bdbfcc6f59bf3d2bd8f7e8d2158 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Sun, 3 Jan 2021 17:12:19 +0100 Subject: [PATCH] ci: fix tag release order --- jina/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jina/__init__.py b/jina/__init__.py index 3e695347b8ff2..a84857006f26c 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -37,7 +37,7 @@ # 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__ = '0.8.20' +__version__ = '0.8.21' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution