From: Andrew Yourtchenko Date: Tue, 1 Aug 2023 10:54:36 +0000 (+0200) Subject: flow: mark API as production X-Git-Tag: v24.02-rc0~11 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=9c7e03348;p=vpp.git flow: mark API as production As per discussion on the VPP call - since the APIs are used in CSIT tests, mark them as production from the change process perspective. Type: improvement Signed-off-by: Andrew Yourtchenko Change-Id: I9164073425384e8aa281445a2852fee49b777e2f --- diff --git a/src/vnet/flow/flow.api b/src/vnet/flow/flow.api index 5402b639a6e..1e807b539d5 100644 --- a/src/vnet/flow/flow.api +++ b/src/vnet/flow/flow.api @@ -13,7 +13,7 @@ * limitations under the License. */ -option version = "0.0.3"; +option version = "1.0.3"; import "vnet/interface_types.api"; import "vnet/ip/ip_types.api";