From d42a15f5aa0a715f381f570624ddf80d16f71e5d Mon Sep 17 00:00:00 2001 From: lizi00164331 Date: Fri, 25 Aug 2017 10:19:29 +0800 Subject: [PATCH] Fix the version in version.properties Change-Id: I4fd836df68f6942c371cfccfe7d1c2580272d241 Issue-ID: AAI-222 Signed-off-by: lizi00164331 --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.properties b/version.properties index 2391453..e2595ba 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=0 -patch=2 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6