summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorkaixiliu <liukaixi@chinamobile.com>2023-11-21 15:30:55 +0800
committerkaixiliu <liukaixi@chinamobile.com>2023-11-21 15:31:15 +0800
commitd135d9c4fc7422aae79f00ca88a3f6b2b7e362e1 (patch)
treed8f1cb5455be624962d8c4c17b2b9db68a4328f7 /version.properties
parent10c164a4bc94aad3a8179f0c4abcb6ce3866522e (diff)
Change the release version to 13.0.0
Issue-ID: USECASEUI-828 Change-Id: I6891823450d9917d98ab1bd53edc8f1e09f82055 Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties
index e56fd4dd..6b9af63e 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}