diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-05-07 06:58:20 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-05-07 06:59:59 +0300 |
commit | 8fde9d565e5e148ed2bacb6e2686dd45051290fc (patch) | |
tree | f84ca26c5e3f24f16499ff87e86e2aaaa8eb3dd3 /version.properties | |
parent | a88abcb68afd396d9317e6a0768f7870bda9535d (diff) |
Bump VID master version to 7.0.0 (Guilin)
Issue-ID: VID-813
Change-Id: I4ead7f5cca5380a5eba154b30fb18e18177865af
Signed-off-by: Ittay Stern <ittay.stern@att.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 5617b19cf..9edd4819f 100644 --- a/version.properties +++ b/version.properties @@ -2,9 +2,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=5 +patch=0 base_version=${major}.${minor}.${patch} |