From bc1984f6c0b344e0d281600bafe27f245d5fc80c Mon Sep 17 00:00:00 2001 From: zhang_xubo <2578876417@qq.com> Date: Thu, 2 Jan 2025 14:30:57 +0800 Subject: [PATCH] update version to 6.0.1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 298c6d2..e82598e 100644 --- a/build.sh +++ b/build.sh @@ -64,7 +64,7 @@ function print_help() ##default install version storage path declare db_name_for_package='openGauss-Python' -declare version_number='6.0.0' +declare version_number='6.0.1' if [ $# = 0 ] ; then echo "missing option" -- Gitee