From d1a82af43c0e8b3803d409cecb8da560da009cb8 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 27 Aug 2024 01:07:21 -0400 Subject: [PATCH] Update Linux build to 115.14.0esr --- app/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.sh b/app/config.sh index 6d1707441b..538d7ba26e 100644 --- a/app/config.sh +++ b/app/config.sh @@ -2,7 +2,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Version of Gecko to build with GECKO_VERSION_MAC="115.9.1esr" -GECKO_VERSION_LINUX="115.9.1esr" +GECKO_VERSION_LINUX="115.14.0esr" GECKO_VERSION_WIN="115.14.0esr" RUST_VERSION=1.69.0