diff options
author | liangke <lokyse@163.com> | 2018-07-27 18:13:01 +0800 |
---|---|---|
committer | liangke <lokyse@163.com> | 2018-07-27 18:24:25 +0800 |
commit | 3c6751a1a5300424e6dea0c6c0f714815e338749 (patch) | |
tree | 5fdd2d07616840a32316e4f0299ecc0e577ead52 /version.properties | |
parent | e35c171a9297573a4122f4653587da1ce3cca8b4 (diff) |
Bump version to 1.2.0
Change-Id: I894f5032b6697029b3794a46de73ebd04b3ff07d
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} |