From 92dfbc868a3ddfcf67ebf92b0cc1756f12aaba98 Mon Sep 17 00:00:00 2001 From: Akash Yadav Date: Wed, 28 May 2025 13:30:15 +0530 Subject: [PATCH] fix: update application-services to v140 Signed-off-by: Akash Yadav --- scripts/versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/versions.sh b/scripts/versions.sh index 2a0bab0b..564d044d 100644 --- a/scripts/versions.sh +++ b/scripts/versions.sh @@ -11,7 +11,7 @@ FIREFOX_RELEASE_PATH="releases/${FIREFOX_VERSION}" WASI_TAG="wasi-sdk-20" GLEAN_TAG="v64.3.1" GMSCORE_TAG="v0.3.7.250932" -APPSERVICES_TAG="release-v139" +APPSERVICES_TAG="release-v140" # Tools BUNDLETOOL_TAG="1.18.0"