mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-05 18:31:59 +08:00
Merge remote-tracking branch 'main/branch-0.3.1' into branch-0.3.0
Former-commit-id: 79032b111a24180ed2f3a3f7ca5b1ce04a1537bc
This commit is contained in:
commit
9e56b536f7
@ -26,7 +26,7 @@ using namespace zilliz::milvus;
|
||||
|
||||
int
|
||||
main(int argc, char *argv[]) {
|
||||
std::cout << std::endl << "Welcome to use Milvus by Zillz!" << std::endl;
|
||||
std::cout << std::endl << "Welcome to use Milvus by Zilliz!" << std::endl;
|
||||
std::cout << "Milvus " << BUILD_TYPE << " version: v" << MILVUS_VERSION << " built at " << BUILD_TIME << std::endl;
|
||||
|
||||
signal(SIGINT, server::SignalUtil::HandleSignal);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user