From 01dda5d9f28b500fa84e8570a7ba6f7a0497a0d0 Mon Sep 17 00:00:00 2001 From: Jeffrey Smith II Date: Tue, 4 Apr 2023 12:13:29 -0400 Subject: [PATCH] chore: update UI to latest version (#24171) --- scripts/fetch-ui-assets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch-ui-assets.sh b/scripts/fetch-ui-assets.sh index 32e3cec6e6..0ed5ff3d96 100755 --- a/scripts/fetch-ui-assets.sh +++ b/scripts/fetch-ui-assets.sh @@ -18,7 +18,7 @@ declare -r SCRIPT_DIR=$(cd $(dirname ${0}) >/dev/null 2>&1 && pwd) declare -r ROOT_DIR=$(dirname ${SCRIPT_DIR}) declare -r STATIC_DIR="$ROOT_DIR/static" -UI_RELEASE="OSS-v2.6.1" +UI_RELEASE="OSS-v2.7.0" # Download the SHA256 checksum attached to the release. To verify the integrity # of the download, this checksum will be used to check the download tar file