!1610 change version to 2.0.2

Merge pull request !1610 from zhangxubo/2.0.0_version
This commit is contained in:
opengauss-bot 2022-03-21 09:36:03 +00:00 committed by Gitee
commit e1fc374ae4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
PRODUCT=openGauss
VERSION=2.0.1
VERSION=2.0.2

View File

@ -108,7 +108,7 @@ function print_help()
}
#######################################################################
##version 2.0.1
##version 2.0.2
#######################################################################
function read_srv_version()
{

View File

@ -295,7 +295,7 @@ static void show_version(int alls)
#ifdef ENABLE_MULTIPLE_NODES
printf("PostgreSQL 9.2.4\n");
#else
printf("openGauss 2.0.1\n");
printf("openGauss 2.0.2\n");
#endif
}

View File

@ -21,7 +21,7 @@ from algorithm.diag import SQLDiag
from utils import ResultSaver
from preprocessing import LoadData, split_sql
__version__ = '2.0.1'
__version__ = '2.0.2'
__description__ = 'SQLdiag integrated by openGauss.'