From 18c989726c3b879902a1d609c0eda17ed61c34d2 Mon Sep 17 00:00:00 2001 From: Brandon Pfeifer Date: Thu, 25 Jul 2024 10:08:54 -0400 Subject: [PATCH] chore(ui): bump release to OSS-2.7.8 (#25191) --- 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 4628bb96d11..bee75e7cf2e 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.7.1" +UI_RELEASE="OSS-2.7.8" # 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