From c120f1b0eca48b0aea98e3f413c1d1610c483025 Mon Sep 17 00:00:00 2001 From: Reto Lehmann Date: Fri, 27 Oct 2023 11:55:05 +0200 Subject: [PATCH] Bump to new release version (#5738) --- hack/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/build.sh b/hack/build.sh index 19427ad255..87156a7e11 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.11" "1.10" "1.9") # Docs version, results in the url e.g. knative.dev/docs-1.9/.. +VERSIONS=("1.12" "1.11" "1.10") # Docs version, results in the url e.g. knative.dev/docs-1.9/.. # 4) PR the result to main. # 5) Party.