Skip to content

Commit e1cf2c6

Browse files
authored
Add 1.21 to build versions an remove 1.18 (#6564)
1 parent d548528 commit e1cf2c6

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.20" "1.19" "1.18") # Docs version, results in the url e.g. knative.dev/docs-1.9/..
30+
VERSIONS=("1.21" "1.20" "1.19") # 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)