From 1373612b7565ccbde316c9ffa073ce5c0fc8ab11 Mon Sep 17 00:00:00 2001 From: kaixiliu Date: Sun, 25 Jun 2023 11:14:23 +0800 Subject: Change the release version to 5.3.0 Issue-ID: USECASEUI-816 Signed-off-by: kaixiliu Change-Id: Icea9f19d0e205f0f0b2886df7b24f6b6e61bc734 --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 28e55175..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=1 +minor=3 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg