diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-10-26 11:16:39 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-10-26 11:16:50 -0400 |
commit | 2db63ea79ec0d39800da8eb4360d5ba5b61f0b90 (patch) | |
tree | c1ddde654abb5b2d4e22a68426b342f98fa1a0a7 | |
parent | dfe20cfed6a140050697ba5a66e8f33fe759ac6d (diff) |
Update version properties to 1.7.11
Issue-ID: AAI-3211
Change-Id: I88816dcb68e3eb37f6d09e9a69e2f526ebb285a6
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |