diff options
author | 2017-08-25 10:19:29 +0800 | |
---|---|---|
committer | 2017-08-25 10:19:29 +0800 | |
commit | d42a15f5aa0a715f381f570624ddf80d16f71e5d (patch) | |
tree | 38fbce99c829e88252d1ee3b997867a3c9c89e76 /version.properties | |
parent | c2e1c0b082a511871819f69d77c88cb34b49d743 (diff) |
Fix the version in version.properties
Change-Id: I4fd836df68f6942c371cfccfe7d1c2580272d241
Issue-ID: AAI-222
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'version.properties')
-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}
|