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