diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-10 00:12:56 -0400 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-10 00:14:24 -0400 |
commit | 20c6aea9b8ecc5ec56eaff4a92e2fc116d6c83ce (patch) | |
tree | aa17e9bd58e380ce5ca958d85d5a660da93dcbc3 /version.properties | |
parent | 00d7018f12731746f86df0cdff07a4d97731f96d (diff) |
Fix aaf startup issue for spring boot update
Issue-ID: AAI-2886
Change-Id: Ic9b43ebe3ca58eac65cd169f124b74d0032710ea
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 85a0227..6434a15 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=7 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} |