From 2d0b15c1bfc707e37447d4b64686285c1e23c533 Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Tue, 18 Sep 2018 15:48:07 -0400 Subject: 4.3.1 policy-handler - tls on web-socket - if tls on web-socket to policy-engine fails, retry connecting after a prolonged delay (60secs) under expectation that the config might change in consul-kv for the policy-handler that will fix the tls problem - relying on the periodic reconfigure feature of the policy-handler Change-Id: Id89f5346a99d572bace551e20a583f4c08374fc4 Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-611 --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index e77ddf3..af72773 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=4 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg