From 20b00111b08c632c3b19eb1d6cd8a920140429be Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 22 Mar 2023 12:03:47 +0000 Subject: Step up version to 1.8.0-SNAPSHOT Signed-off-by: Vasyl Razinkov Change-Id: If8b02ef7638be39ba85fde6270755a50d2796f6b Issue-ID: SDC-4443 --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index ffe55dc..5627d16 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=7 +minor=8 patch=0 base_version=${major}.${minor}.${patch} -- cgit