From d3502b22f2ec1d706d5ce9ab4e72586aaf6bb74b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 18 Jul 2023 07:40:02 -0400 Subject: [PATCH] Update Linux build to Firefox 102.13.0esr --- app/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.sh b/app/config.sh index 042485b966..530ab6eba5 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="102.11.0esr" -GECKO_VERSION_LINUX="102.11.0esr" +GECKO_VERSION_LINUX="102.13.0esr" GECKO_VERSION_WIN="102.13.0esr" RUST_VERSION=1.60.0