mirror of https://github.com/milvus-io/milvus.git
Merge remote-tracking branch 'main/branch-0.3.1' into branch-0.3.0
Former-commit-id: 79032b111a24180ed2f3a3f7ca5b1ce04a1537bcpull/191/head
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…
Reference in New Issue