From a1701cf6e3d8f523be80c6bf5934fe7f229a4e2f Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Sat, 13 Jun 2026 10:09:15 -0700 Subject: [PATCH] docs: update release information to v0.7 **Description** This updates the homepage info Signed-off-by: Takeshi Yoneda --- site/src/components/HomepageFeatures/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/components/HomepageFeatures/index.tsx b/site/src/components/HomepageFeatures/index.tsx index 57b57f8407..4cb996d3ac 100644 --- a/site/src/components/HomepageFeatures/index.tsx +++ b/site/src/components/HomepageFeatures/index.tsx @@ -19,11 +19,11 @@ const FeatureList: FeatureItem[] = [ ), }, { - title: 'v0.5 Release now available', + title: 'v0.7 Release now available', image: require('@site/static/img/3.png').default, description: ( <> - The v0.5 Release of Envoy AI Gateway is now available. See the release notes for more information. + The v0.7 Release of Envoy AI Gateway is now available. See the release notes for more information. ), },