From c665c89eeb370d84656fb31c59ab5898e904d8e6 Mon Sep 17 00:00:00 2001 From: zhangxubo <2578876417@qq.com> Date: Sun, 26 Sep 2021 14:34:43 +0000 Subject: [PATCH] update build.sh. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 975343c..378a0a7 100644 --- a/build.sh +++ b/build.sh @@ -58,7 +58,7 @@ function print_help() ##default install version storage path declare db_name_for_package='openGauss' -declare version_number='2.0.0' +declare version_number='2.1.0' if [ $# = 0 ] ; then echo "missing option" -- Gitee