From 2db63ea79ec0d39800da8eb4360d5ba5b61f0b90 Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Mon, 26 Oct 2020 11:16:39 -0400 Subject: [PATCH] Update version properties to 1.7.11 Issue-ID: AAI-3211 Change-Id: I88816dcb68e3eb37f6d09e9a69e2f526ebb285a6 Signed-off-by: Harish Venkata Kajur --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.properties b/version.properties index 50891a3..f4aac2d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 minor_version=7 -patch_version=10 +patch_version=11 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins -- 2.16.6