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 <ayourtch@gmail.com>
Change-Id: I9164073425384e8aa281445a2852fee49b777e2f
This commit is contained in:
Andrew Yourtchenko
2023-08-01 12:54:36 +02:00
committed by Dave Wallace
parent f29d9f0604
commit 9c7e033488

View File

@ -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";