From 83f807c0f93ef928b1ad31cd66e3f6ab880c5eab Mon Sep 17 00:00:00 2001 From: ludeeus Date: Tue, 20 Aug 2024 07:08:51 +0000 Subject: [PATCH] Bump frontend to 20240814080035 --- scripts/install/frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/frontend b/scripts/install/frontend index ccccce90e44..6ac3900eb6b 100755 --- a/scripts/install/frontend +++ b/scripts/install/frontend @@ -4,7 +4,7 @@ set -e cd "$(dirname "$0")/../.." -FRONTEND_VERSION="20240729171855" +FRONTEND_VERSION="20240814080035" function installFrontendFromGitHub() { # Temporarily disable exit on error