From 1f61c1adf8359a4170316f31a1e7246e6bd500b2 Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Thu, 17 Sep 2020 12:08:54 -0400 Subject: Upversion to 1.7.10-SNAPSHOT Issue-ID: AAI-3185 Change-Id: Ia5fddb90571797fa62d41e36ea2a8484f70b2111 Signed-off-by: Harish Venkata Kajur --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index c936f1d..50891a3 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=9 +patch_version=10 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins -- cgit