diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 12:05:35 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 12:05:52 -0400 |
commit | 3b54bb499c3392dbb6594ce47044dab4df22fb13 (patch) | |
tree | 5bd5648e203b17fffe9fb4c2edb0be0402519a93 /version.properties | |
parent | 24480dd2ff5ec84b94ca66a61588b744494794e7 (diff) |
Upversion to 1.7.0
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I8fe92fb6fe36aeb45e9536dc9a9f65899727afa3
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 fe64195..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=4 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} |