diff options
author | aosull01 <adrian.osullivan@huawei.com> | 2020-07-24 11:14:35 +0100 |
---|---|---|
committer | aosull01 <adrian.osullivan@huawei.com> | 2020-07-24 11:14:35 +0100 |
commit | 0dee74a4d40d1bc1964ec1936c2b663259f81f2e (patch) | |
tree | 414b1820821e5cffb0f97c95b25fa97891ab2939 /version.properties | |
parent | 4dbd4fc629c4c3e8c491ed7fdd904e2ecfa4c0e0 (diff) |
Update version to Guilin to enable gating testing
Issue-ID: EXTAPI-447
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: I249296c77a27e0f9b118fa745d7e2632e54c1c40
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 16dbf04..0b7b209 100644 --- a/version.properties +++ b/version.properties @@ -18,9 +18,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support... -major = 6 +major = 7 minor = 0 -patch = 3 +patch = 0 base_version = ${major}.${minor}.${patch} |