From a0d0c3fb5b6a5ab3207cbc2ca9296359f42c7c41 Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:06:38 +0800 Subject: [PATCH] Update install-third-party.sh --- install-third-party.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-third-party.sh b/install-third-party.sh index f63cec0..f479745 100755 --- a/install-third-party.sh +++ b/install-third-party.sh @@ -19,7 +19,7 @@ then exit $? fi -[[ -z $version ]] && version=5.0 +[[ -z $version ]] && version=5.1 url_base=https://oss-cdn.nebula-graph.com.cn/third-party/$version this_dir=$(dirname $(readlink -f $0)) cxx_cmd=${CXX:-g++}