diff options
author | liangke <lokyse@163.com> | 2018-07-27 18:25:30 +0800 |
---|---|---|
committer | liangke <lokyse@163.com> | 2018-07-27 18:27:14 +0800 |
commit | 0869aa4af09167bd2ac41c4fcf19bd921f84e7c9 (patch) | |
tree | 57f519d15b0ed2c8d028b16892612540a999f16d /version.properties | |
parent | 87e46652b3f319d0b63df22e6782775d5c6ce3d8 (diff) |
Bump version to 1.2.0
Change-Id: Ib0a3241e2a0e6ad508c8602d4e75c64663e21904
Issue-ID: MULTICLOUD-286
Signed-off-by: liangke <lokyse@163.com>
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 944b7e5..4590fae 100644 --- a/version.properties +++ b/version.properties @@ -18,8 +18,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 -patch=2 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} |