diff options
author | aosull01 <adrian.osullivan@huawei.com> | 2020-03-11 17:29:02 +0000 |
---|---|---|
committer | aosull01 <adrian.osullivan@huawei.com> | 2020-03-11 17:30:50 +0000 |
commit | 54d9d669b4e1051f55180ad6d35cc1e5fdbd0b8c (patch) | |
tree | 6a96296d1d8ffbcd623daa7843420768c10e81de /version.properties | |
parent | 0360da34edc879a9902ca5d8dc3a4aa0789b449b (diff) |
Update versioning for gating6.0.0
Issue-ID: EXTAPI-405
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: Ib92214df624431e6e7cbbe0f668b07553f99e9a8
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 b77c7da..4823b07 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 = 5 +major = 6 minor = 0 -patch = 1 +patch = 0 base_version = ${major}.${minor}.${patch} |