From e33819db51041c6b75b56ee3a8cfcaa849344989 Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Mon, 28 May 2018 19:08:44 +0300 Subject: Set VID version to 2.0 Change-Id: Id1eb8f82f1e6c751b1d6c41f32d4a7f035c63eec Issue-ID: VID-234 Signed-off-by: Sonsino, Ofir (os0695) --- version.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 146a672fe..6a0ca5f32 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=1 -minor=2 -patch=1 +major=2 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg