mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
milvus default version 0.4.0
Former-commit-id: a62048f862cb3c36187f59c19f14b31251291156
This commit is contained in:
parent
dcbc05f4e3
commit
a7488c2478
@ -52,7 +52,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.3.1")
|
||||
set(MILVUS_VERSION "0.4.0")
|
||||
endif()
|
||||
|
||||
message(STATUS "Build version = ${MILVUS_VERSION}")
|
||||
|
Loading…
Reference in New Issue
Block a user