diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2023-11-20 16:26:39 +0800 |
---|---|---|
committer | Kaixi LIU <liukaixi@chinamobile.com> | 2023-11-22 01:33:20 +0000 |
commit | 920c936f4c275baa7abe16e3f55a8d04ebdb3bd6 (patch) | |
tree | bf864afb70c385ae4baf7bac85a607321b451c11 /version.properties | |
parent | 0396c0a98cde457edd6eddebf1cc0bee2950a76d (diff) |
Change the release version to 13.0.0montreal
Issue-ID: USECASEUI-828
Change-Id: I06d8858193188efcc08926e2b4d98116fbe23b6d
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
(cherry picked from commit cc9ec26751d5e921143d2e88da68d2ac5f215f46)
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 e56fd4d..6b9af63 100644 --- a/version.properties +++ b/version.properties @@ -2,8 +2,8 @@ # 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=5 -minor=3 +major=13 +minor=0 patch=0 base_version=${major}.${minor}.${patch} |