diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-01-24 18:09:30 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-01-24 18:10:20 +0800 |
commit | 3c753cc674f9f3d390fe10ca9e967858cbebebb2 (patch) | |
tree | d7bd2a322ab7ccb4229b6d4393d23ab6f6b2eeae /version.properties | |
parent | d5b56b2351549f9281298f014669eb7ddf7b334f (diff) |
update vfc version to 1.3.0
Change-Id: I890f049ae9a9bde81f8e29103e48076a41096c55
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Issue-ID: VFC-1230
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 80d2dbd..864741a 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,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}
|