diff options
author | 2021-07-12 12:50:21 -0400 | |
---|---|---|
committer | 2021-07-12 15:09:47 -0400 | |
commit | 355cf4099273cbd1049b6b111cca2b6638bc57f6 (patch) | |
tree | 209caf74d86632a300a6b886930382db98c7b7d8 /version.properties | |
parent | 03b52339bcdaa67d6e89d81c6c0526ae6b196215 (diff) |
[DCAE/CCSDK] container run script changes1.4.4
update container startup script to update postgres password in app config
Issue-ID: DCAEGEN2-2800
Change-Id: Ib8910edbc1a7a2d9d4fcf0115be1fea7a459a2c4
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@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 44e6ad0..28c09b9 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=4 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} |