diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-01-24 15:39:01 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-01-24 15:39:19 +0800 |
commit | 13f562633096e34d8c697e61fce7a0b7536810c1 (patch) | |
tree | ad4b10979b0f4e0fa4f9a15207968c23894acb76 /version.properties | |
parent | 1bb8d62e6819b2cbf6a72b9bcffa6a28fe663fb9 (diff) |
update vfc version to 1.3.0
Change-Id: I1174ef3cc9c60c698fc8919ea797de23f46880ee
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Issue-ID: VFC-1252
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 abd5afc2..a9aa8e7e 100644 --- a/version.properties +++ b/version.properties @@ -17,8 +17,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=2 -patch=2 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} |