From d5bc8bfc2960250ab3c120a3b52d450f907ce5ca Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 4 Sep 2017 10:00:52 +0530 Subject: [PATCH] Set the version 1.1.0 In Amesterdam release, to make the deployment very simple increasing the version to 1.1.0 from 1.0.0 CLI-14 Change-Id: Ie102bb13770ff42067b826bdfb2633cf7fd6cc3f Signed-off-by: Kanagaraj Manickam k00365106 --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.properties b/version.properties index bf3f0bf1..0424f622 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6