diff options
author | lizi00164331 <li.zi30@zte.com.cn> | 2017-09-05 18:56:57 +0800 |
---|---|---|
committer | lizi00164331 <li.zi30@zte.com.cn> | 2017-09-05 18:56:57 +0800 |
commit | cc9dc30809ee43ebb7ec126cb7f495989f72a99a (patch) | |
tree | 430f765b568e90d6bf8bb6827466b92934a3b650 | |
parent | 8aaddf4913dd792402331f6e9424067a78246c18 (diff) |
Fix the version number
Change-Id: I78064d1262cc893de1f8fbcd246dfb5457722263
Issue-ID: AAI-224
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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}
|