From b46c16b3277c24e9ea0a67804159b83e30b69623 Mon Sep 17 00:00:00 2001 From: SachinVarghese Date: Mon, 7 Apr 2025 10:25:34 -0400 Subject: [PATCH] Getting started docs version bump --- site-src/guides/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-src/guides/index.md b/site-src/guides/index.md index 367ca9026..0f1fe0364 100644 --- a/site-src/guides/index.md +++ b/site-src/guides/index.md @@ -58,7 +58,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv === "Latest Release" ```bash - VERSION=v0.2.0 + VERSION=v0.3.0 kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/download/$VERSION/manifests.yaml ```