!386 更新版本号至3.1.1

Merge pull request !386 from 蒋宏博/master
This commit is contained in:
opengauss-bot 2023-01-03 12:19:30 +00:00 committed by Gitee
commit af11aaf1a8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
declare binarylib_dir='None'
declare module_name="openGauss"
declare version_number='3.1.0'
declare version_number='3.1.1'
declare version_Kernel='92.298'
ROOT_DIR=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)
echo "ROOT_DIR : $ROOT_DIR"

View File

@ -8,7 +8,7 @@ then
fi
readonly cur_path=$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd && cd - &>/dev/null)
readonly version="3.1.0"
readonly version="3.1.1"
source $cur_path"/common.sh"