fix version (#3971)

Signed-off-by: shengjun.li <shengjun.li@zilliz.com>
pull/3999/head
shengjun.li 2020-10-13 15:42:30 +08:00 committed by GitHub
parent 9988b516cf
commit 3596d07e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -90,7 +90,7 @@ if (MILVUS_VERSION_MAJOR STREQUAL ""
OR MILVUS_VERSION_MINOR STREQUAL ""
OR MILVUS_VERSION_PATCH STREQUAL "")
message(WARNING "Failed to determine Milvus version from git branch name")
set(MILVUS_VERSION "0.10.3")
set(MILVUS_VERSION "0.10.4")
endif ()
message(STATUS "Build version = ${MILVUS_VERSION}")

View File

@ -187,7 +187,8 @@ static const std::unordered_map<std::string, std::string> milvus_config_version_
{"0.10.0", "0.5"},
{"0.10.1", "0.5"},
{"0.10.2", "0.5"},
{"0.10.3", "0.5"}});
{"0.10.3", "0.5"},
{"0.10.4", "0.5"}});
/////////////////////////////////////////////////////////////
Config::Config() {