diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 10:31:19 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 10:31:21 -0400 |
commit | 4bc46182a3272404750943cb389272c257ee0670 (patch) | |
tree | cac2dcde14ca4d9850152bd355b793f8e87d03cb /version.properties | |
parent | 0597877769261a2af5037a3d9d4e1939a346044e (diff) |
Upversion to 1.7.0
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Iab4f5397b370b7e4fec6d3b053b62ecde056aff5
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 6d9c3d3..e377fcf 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=6 -patch=3 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} |