diff options
author | 2023-06-25 10:58:00 +0800 | |
---|---|---|
committer | 2023-06-25 06:04:49 +0000 | |
commit | 129d4c91b9c517b0ac8604607ccdc974ef1367a9 (patch) | |
tree | 174bff9a9a456c1d6202bcedbc7ab849dac9790f /version.properties | |
parent | 064133d527588cf8c29eb94c386ca229f02b2989 (diff) |
Change the release version to 5.3.0
Issue-ID: USECASEUI-816
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: Ic40180414179cc4895848360ea4fab1d45f087d1
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index f366abba..e56fd4dd 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=5 -minor=2 +minor=3 patch=0 base_version=${major}.${minor}.${patch} |