We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ea8cf commit f3d5325Copy full SHA for f3d5325
scripts/fetch-ui-assets.sh
@@ -18,7 +18,7 @@ declare -r SCRIPT_DIR=$(cd $(dirname ${0}) >/dev/null 2>&1 && pwd)
18
declare -r ROOT_DIR=$(dirname ${SCRIPT_DIR})
19
declare -r STATIC_DIR="$ROOT_DIR/static"
20
21
-UI_RELEASE="OSS-v2.7.9"
+UI_RELEASE="OSS-v2.7.10"
22
23
# Download the SHA256 checksum attached to the release. To verify the integrity
24
# of the download, this checksum will be used to check the download tar file
0 commit comments