From 54d9d669b4e1051f55180ad6d35cc1e5fdbd0b8c Mon Sep 17 00:00:00 2001 From: aosull01 Date: Wed, 11 Mar 2020 17:29:02 +0000 Subject: Update versioning for gating Issue-ID: EXTAPI-405 Signed-off-by: aosull01 Change-Id: Ib92214df624431e6e7cbbe0f668b07553f99e9a8 --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index b77c7da..4823b07 100644 --- a/version.properties +++ b/version.properties @@ -18,9 +18,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 = 5 +major = 6 minor = 0 -patch = 1 +patch = 0 base_version = ${major}.${minor}.${patch} -- cgit 1.2.3-korg