Skip to content

Commit f691ba8

Browse files
authored
new release 1.18 (knative#6260)
Signed-off-by: David Fridrich <[email protected]>
1 parent 35bb09f commit f691ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set -x
2727
# 1) Make a release-NN branch as normal.
2828
# 2) Update VERSIONS below (on main) to include the new version, and remove the oldest
2929
# Order matters :-), Most recent first.
30-
VERSIONS=("1.17" "1.16" "1.15") # Docs version, results in the url e.g. knative.dev/docs-1.9/..
30+
VERSIONS=("1.18" "1.17" "1.16") # Docs version, results in the url e.g. knative.dev/docs-1.9/..
3131
# 4) PR the result to main.
3232
# 5) Party.
3333

0 commit comments

Comments
 (0)