From d629f558e1fafd8130f265ec3876fa85f5646ae4 Mon Sep 17 00:00:00 2001 From: malar Date: Wed, 19 Jan 2022 14:23:36 +0000 Subject: Fix bug in triggering control loop for PCI collision/confusion - by replacing Config DB with CPS Issue-ID: DCAEGEN2-3057 Signed-off-by: Malarvizhi Paramasivam Change-Id: I122022c1ad7e4dc007e8565bac694813d4a35bef --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 1d2b98e..01f80e6 100644 --- a/version.properties +++ b/version.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # son-handler # ================================================================================ -# Copyright (C) 2019-2020 Wipro Limited. +# Copyright (C) 2019-2022 Wipro Limited. # ============================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ ############################################################################### major=2 minor=1 -patch=5 +patch=6 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg