We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a6999 commit 4356c51Copy full SHA for 4356c51
scripts/install_docs_from_release.sh
@@ -15,7 +15,7 @@ if [ "$RELEASE" == "" ]; then
15
16
# If the curl request returns null, hardcode the release version
17
if [ "$RELEASE" == "null" ] || [ -z "$RELEASE" ]; then
18
- RELEASE="v1.0.10950561401"
+ RELEASE="v1.0.10950627302"
19
fi
20
21
0 commit comments