From 5da97dc829f00e8549ccf5617b434aa911578d8b Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Fri, 13 May 2022 09:01:26 +0200 Subject: Make TLS connection optional Issue-ID: DCAEGEN2-3039 Signed-off-by: Tomasz Wrobel Change-Id: Id637ba17c655407009a4f40f6c93f518b99e45ff --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 35cb39c7..3c572001 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 -minor=7 -patch=1 +minor=8 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg