From 5a064a3b3895e61263b9cddc472e410ea4445219 Mon Sep 17 00:00:00 2001 From: xuran Date: Wed, 7 Apr 2021 16:53:21 +0800 Subject: Release version change Change-Id: I51d6d62577b110f80c5cb8f0a56a65bd6aa8c87b Issue-ID: USECASEUI-558 Signed-off-by: xuran --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index fd262fb4..19e0714b 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=3 +major=4 minor=0 -patch=1 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg