[skip ci](shards): support server 0.7.1 (#1811)

Signed-off-by: peng.xu <peng.xu@zilliz.com>
pull/1822/head
XuPeng-SH 2020-03-31 18:52:44 +08:00 committed by GitHub
parent 88cf5e2bd8
commit a459a1efdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ else:
env.read_env()
SERVER_VERSIONS = ['0.7.0']
SERVER_VERSIONS = ['0.7.0', '0.7.1']
DEBUG = env.bool('DEBUG', False)
MAX_RETRY = env.int('MAX_RETRY', 3)