From cc9dc30809ee43ebb7ec126cb7f495989f72a99a Mon Sep 17 00:00:00 2001 From: lizi00164331 Date: Tue, 5 Sep 2017 18:56:57 +0800 Subject: Fix the version number Change-Id: I78064d1262cc893de1f8fbcd246dfb5457722263 Issue-ID: AAI-224 Signed-off-by: lizi00164331 --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.properties b/version.properties index e2595ba..cdcd1e9 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=1 +minor=0 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg