From 76d79ebe4858b6c5d8d89584c6a482d2b501cedb Mon Sep 17 00:00:00 2001 From: Alex Leong Date: Tue, 18 Jun 2024 15:12:51 -0700 Subject: [PATCH] v0.16.0 Signed-off-by: Alex Leong --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0a724b..0855312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "integration"] [package] name = "k8s-gateway-api" -version = "0.15.0" +version = "0.16.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/linkerd/k8s-gateway-api-rs"