Skip to content

Commit 49c411d

Browse files
committed
new release 1.18
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
1 parent 35bb09f commit 49c411d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/build.sh

Lines changed: 1 addition & 1 deletion
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)