From 6be2a6d04b96b75f2d353d65a670ebe8525fa665 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Thu, 11 Jul 2019 06:50:32 +0000 Subject: [PATCH] Fix version property error Change-Id: I98ebad80f0228e04fcd1e8541677254b74d9d05d Issue-ID: MULTICLOUD-701 Signed-off-by: Bin Yang --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.properties b/version.properties index 4c48512..8081980 100644 --- a/version.properties +++ b/version.properties @@ -18,8 +18,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 -patch=4 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6