From 63446e418896f10ccd9b1e8a060ff4dbe10f68b8 Mon Sep 17 00:00:00 2001 From: Reto Lehmann Date: Mon, 29 Jan 2024 08:17:40 +0100 Subject: [PATCH] Update Knative docs to 1.13 (#5837) --- hack/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/build.sh b/hack/build.sh index f608416b3..9c6b1ca50 100755 --- a/hack/build.sh +++ b/hack/build.sh @@ -27,7 +27,7 @@ set -x # 1) Make a release-NN branch as normal. # 2) Update VERSIONS below (on main) to include the new version, and remove the oldest # Order matters :-), Most recent first. -VERSIONS=("1.12" "1.11" "1.10") # Docs version, results in the url e.g. knative.dev/docs-1.9/.. +VERSIONS=("1.13" "1.12" "1.11") # Docs version, results in the url e.g. knative.dev/docs-1.9/.. # 4) PR the result to main. # 5) Party.