Skip to content

Commit b6d6267

Browse files
tag version 10.0
Signed-off-by: mateoconlechuga <[email protected]>
1 parent f21f0d7 commit b6d6267

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ cp -f templates/versions.html /tmp/versions.html
2727

2828
# Maps target directory name to branch
2929
declare -A versions_map=(
30+
[v10.0]=v10.0
3031
[v9.2]=v9.2-docs
3132
[v9.1]=v9.1
3233
[v9.0]=v9.0
@@ -38,7 +39,7 @@ export versions="${!versions_map[@]}"
3839

3940
# Also build the latest version at the root (which shouldn't be listed
4041
# in the list of versions since it duplicates the chosen one).
41-
default_version=v9.2
42+
default_version=v10.0
4243
versions_map[.]="${versions_map[$default_version]}"
4344

4445
for target_dir in "${!versions_map[@]}"

0 commit comments

Comments
 (0)