From 3c99c8fcb66d8dc72359dea80f5890d33e622483 Mon Sep 17 00:00:00 2001 From: Vaibhav Agrawal Date: Thu, 27 Jun 2024 15:12:55 +0530 Subject: [PATCH] Update builds.json Bump beta release --- builds.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builds.json b/builds.json index a3a43f0..499bd68 100644 --- a/builds.json +++ b/builds.json @@ -3,10 +3,10 @@ "data": { "darwin": { "x64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/2.16.1/Low-Code-Automation-Preprod-darwin-x64-2.16.1.dmg", - "arm64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/2.16.1/Low-Code-Automation-Preprod-darwin-arm64-2.16.1-preprod-v1.dmg" + "arm64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/2.17.0-beta.1/Low-Code-Automation-Preprod-darwin-arm64-2.17.0-beta.1.dmg" }, "windows": { - "x64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/2.16.1/BrowserStack.Low.Code.Automation-2.16.1-preprod-v1.Setup.exe" + "x64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/2.17.0-beta.1/BrowserStack.Low.Code.Automation-2.17.0-beta.1.Setup.exe" } } }