diff options
author | hekeguang <hekeguang@chinamobile.com> | 2020-03-26 11:27:47 +0800 |
---|---|---|
committer | hekeguang <hekeguang@chinamobile.com> | 2020-03-26 11:28:05 +0800 |
commit | db89efebe8990f271f18f920e2cabbfc163fd59b (patch) | |
tree | 7b2651f3c00eb8231162ce09e2fbab75188d91ad /version.properties | |
parent | eecac0b9a43c3479e2c4dd43c0fc0f673999c23f (diff) |
Modify F release version number.3.0.1
Issue-ID: USECASEUI-395
Change-Id: I3a5fbc0faa43638726ec28bf463acd303a995046
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index bb52871b..fd262fb4 100644 --- a/version.properties +++ b/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=2 +major=3 minor=0 -patch=2 +patch=1 base_version=${major}.${minor}.${patch} |