diff options
author | Victor Gao <victor.gao@huawei.com> | 2018-10-15 14:51:53 +0800 |
---|---|---|
committer | Victor Gao <victor.gao@huawei.com> | 2018-10-15 14:51:53 +0800 |
commit | 1a0dc60aaaf869072c7080638ac457c63257a92e (patch) | |
tree | 8c31aaec82692bf46e55844bee9bba4855fd91d4 /version.properties | |
parent | 7b43f9c168473157cc491473a3f23c146c539d89 (diff) |
Increment version properties into 1.2.0
Change-Id: I2afc50742ec9a626757035175c71550d23e6e2e4
Issue-ID: VNFSDK-304
Signed-off-by: Victor Gao <victor.gao@huawei.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 bf24313c..8471f55f 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=1 -patch=2 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} |