From 1c1bb0b8cf41290ca981cb590f50d9c9788414d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 29 Jul 2024 19:48:04 +0200 Subject: [PATCH] Bump frontend to 20240729171855 (#3930) --- scripts/install/frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/frontend b/scripts/install/frontend index 828efbfb75c..ccccce90e44 100755 --- a/scripts/install/frontend +++ b/scripts/install/frontend @@ -4,7 +4,7 @@ set -e cd "$(dirname "$0")/../.." -FRONTEND_VERSION="20240719084307" +FRONTEND_VERSION="20240729171855" function installFrontendFromGitHub() { # Temporarily disable exit on error