[skip e2e] Update server version on benchmark (#14772)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2022-01-04 16:29:28 +08:00 committed by GitHub
parent f95d051eb2
commit fd79c8cbc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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