From 32563249ea8a984244dc4059438db275169cad39 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Fri, 15 Jul 2022 11:35:37 +0200 Subject: Fix environment variable substitution for complex cases Issue-ID: DCAEGEN2-3223 Signed-off-by: Tomasz Wrobel Change-Id: I9cfb612f0cabf6a2c96ccc4c80493885c02549fe --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 320b2a05..4ae65b7e 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=8 -patch=8 +patch=9 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg