From fcf14bc2eddad4f3ef7f138a5b5c98b1e965fde9 Mon Sep 17 00:00:00 2001 From: seshukm Date: Tue, 8 Dec 2020 17:07:27 +0530 Subject: [PATCH] bump the version to 1.8.x series Issue-ID: SO-3415 Signed-off-by: seshukm Change-Id: I532e20d1712e24c036d485b777570cf8d5b425e9 --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.properties b/version.properties index 74801daa0f..11f0383267 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=7 -patch=8 +minor=8 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6