Skip to content

Commit 4356c51

Browse files
authored
Update install_docs_from_release.sh
1 parent 87a6999 commit 4356c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_docs_from_release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "$RELEASE" == "" ]; then
1515

1616
# If the curl request returns null, hardcode the release version
1717
if [ "$RELEASE" == "null" ] || [ -z "$RELEASE" ]; then
18-
RELEASE="v1.0.10950561401"
18+
RELEASE="v1.0.10950627302"
1919
fi
2020
fi
2121

0 commit comments

Comments
 (0)