From f691ba8c183eb981471bfbe07152c83a989be1a5 Mon Sep 17 00:00:00 2001 From: David Fridrich <49119790+gauron99@users.noreply.github.com> Date: Tue, 29 Apr 2025 13:54:06 +0200 Subject: [PATCH] new release 1.18 (#6260) Signed-off-by: David Fridrich --- hack/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/build.sh b/hack/build.sh index 27d713fd2..4f41adbe8 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.17" "1.16" "1.15") # Docs version, results in the url e.g. knative.dev/docs-1.9/.. +VERSIONS=("1.18" "1.17" "1.16") # Docs version, results in the url e.g. knative.dev/docs-1.9/.. # 4) PR the result to main. # 5) Party.