From 06cb9298783a82e375c4cadd2d6a3e0da80c1360 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Thu, 4 Mar 2021 19:05:02 -0500 Subject: Upgrade version number Honolulu RC0 will be version 1.0.0 Issue-ID: CPS-260 Signed-off-by: Bruno Sakoto Change-Id: Ib4d464100b7b5814070d41dc911f342f58836442 --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 304745a79..12156a9a6 100644 --- a/version.properties +++ b/version.properties @@ -1,9 +1,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 this -major=0 +major=1 minor=0 -patch=2 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg