From 92078f71c5978d4a41410972a2f0a315a541a0ab Mon Sep 17 00:00:00 2001 From: MD IRSHAD SHEIKH Date: Wed, 23 Jun 2021 09:17:02 +0530 Subject: Changed versrion to 5.9.9 Issue-ID: SO-3674 Signed-off-by: MD IRSHAD SHEIKH Change-Id: Id2102b90381b142885ce0f99ba0c2e1f4952a0f2 --- version.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.properties b/version.properties index b3f28cde3f..e8c57adfbe 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=8 -patch=1 +major=5 +minor=9 +patch=9 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg