Skip to content

Commit

Permalink
Update install-third-party.sh (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Dec 5, 2023
1 parent ac01efc commit 3cdcd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-third-party.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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++}
Expand Down

0 comments on commit 3cdcd11

Please sign in to comment.