diff options
author | lizi00164331 <li.zi30@zte.com.cn> | 2017-08-25 10:16:50 +0800 |
---|---|---|
committer | lizi00164331 <li.zi30@zte.com.cn> | 2017-08-25 10:16:50 +0800 |
commit | 5d7bc1a40e591465c5528bfe3bb5b6e0ef0c8b5d (patch) | |
tree | 9b99a6ffd74c42e946f422f357393896da109386 | |
parent | 1f07c8c9590135641862d2d5cc310ca05ccd9b89 (diff) |
Fix the version in version property.
Change-Id: I52bc82c0856abddd3bb4a1a1c41e6af5b501e8ad
Issue-ID: AAI-221
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
-rw-r--r-- | version.properties | 4 |
1 files 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}
|