From 63a9b7fe8c3b762c04d72da9d2518cb74078fb1d Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 8 Apr 2020 12:16:04 -0400 Subject: Upversion to 1.7.0 Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth Change-Id: I50a92c569514c88994dfe198556aade61661a8b3 --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 0faa955..1ad3f1d 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # 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_version=1 -minor_version=6 -patch_version=7 +minor_version=7 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins -- cgit 1.2.3-korg