From b116bf8f37146b9f7ef3d3e1ba73dca194b27237 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Tue, 1 Aug 2023 12:43:46 +0200 Subject: adl: stabilize the API As discussed on the VPP call, since CSIT tests use these messages and they have not been changedfor quite a while, bump the version so these messages are considered as "production" from the change process standpoint. Type: improvement Change-Id: I93a04b10b273d5904c0678fa0b85d47f9f683a9b Signed-off-by: Andrew Yourtchenko --- src/plugins/adl/adl.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/adl/adl.api b/src/plugins/adl/adl.api index cbbb026a77c..b80cdc1c90f 100644 --- a/src/plugins/adl/adl.api +++ b/src/plugins/adl/adl.api @@ -13,7 +13,7 @@ * limitations under the License. */ -option version = "0.0.1"; +option version = "1.0.1"; import "vnet/interface_types.api"; -- cgit 1.2.3-korg