From a42efeadbb7991c7dd277a7059ff6a3724dc7437 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 14 Nov 2018 08:18:25 -0600 Subject: version.properties to 2.1.8 Issue-ID: AAF-630 Change-Id: I52b0a324fd9adb547b162356222bdcc6ad4b049b Signed-off-by: Instrumental --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.properties b/version.properties index b2dcc10..a3a89b0 100644 --- a/version.properties +++ b/version.properties @@ -27,10 +27,10 @@ major=2 minor=1 -patch=2 +patch=8 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg