From 035a02dc4a779c37a866cbbe316e5b616ff80c60 Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Mon, 13 Nov 2023 16:50:45 -0500 Subject: [PATCH] chore: update version to 0.8.1 Signed-off-by: Shane Utt --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7096b55..4d37e3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gateway-api" -version = "0.8.0" +version = "0.8.1" description = "Kubernetes Gateway API bindings in Rust" authors = ["Shane Utt "] license = "MIT"