Skip to content

Commit 453452f

Browse files
authored
Update for release 1.19 in build.sh (#6299)
update versions in build.sh for new release
1 parent ace6102 commit 453452f

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