From a05719d01b50bbfd138553e59fe1878d1f6d5f1e Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 15 Mar 2017 12:12:04 -0400 Subject: [PATCH] fix version.properties to 1.1.0 Change-Id: Icb0808e73adcf678e6767481508ef00b751fd524 Signed-off-by: Pamela Dragosh --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.properties b/version.properties index 512878731..7f86aa15a 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,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