[skip ci] Update server version to rc8 on benchmark (#9951)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-10-15 15:34:37 +08:00 committed by GitHub
parent 057f15cb4f
commit 2a1c679c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ SERVER_HOST_DEFAULT = "127.0.0.1"
SERVER_PORT_DEFAULT = 19530
# milvus version, should be changed by manual
SERVER_VERSION = "2.0.0-RC7"
SERVER_VERSION = "2.0.0-RC8"
DEFUALT_DEPLOY_MODE = "single"