Skip to content

Commit d0f4a1d

Browse files
authored
Merge pull request #20 from Kitware/change-latest-release-commit
change latest release commit
2 parents 5d11c5d + a81ab62 commit d0f4a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepare-doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ GENERATED_TAGS="$(find . -maxdepth 1 -type d -name 'v*' -printf "%f\n" | sort -
7474
cat << EOF > versions.json
7575
[
7676
{ "value": "nightly", "label": "nightly (development)" },
77-
{ "value": "latest", "label": "latest release (5.9.*)" },
77+
{ "value": "latest", "label": "latest release (5.10.*)" },
7878
$GENERATED_TAGS
7979
]
8080
EOF

0 commit comments

Comments
 (0)