From d95ce250233f3fc24343394b3a7f9f35bcfceb25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 15 Jan 2025 13:07:28 +0100 Subject: [PATCH] Bump frontend to 20250115072642 (#4376) --- scripts/install/frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/frontend b/scripts/install/frontend index 46858694009..5fee83ba478 100755 --- a/scripts/install/frontend +++ b/scripts/install/frontend @@ -4,7 +4,7 @@ set -e cd "$(dirname "$0")/../.." -FRONTEND_VERSION="20240903140523" +FRONTEND_VERSION="20250115072642" function installFrontendFromGitHub() { # Temporarily disable exit on error