From 5d7bc1a40e591465c5528bfe3bb5b6e0ef0c8b5d Mon Sep 17 00:00:00 2001 From: lizi00164331 Date: Fri, 25 Aug 2017 10:16:50 +0800 Subject: Fix the version in version property. Change-Id: I52bc82c0856abddd3bb4a1a1c41e6af5b501e8ad Issue-ID: AAI-221 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} -- cgit 1.2.3-korg