From 5f152f0e27fe61208acd7c71966aec13ace3e3c7 Mon Sep 17 00:00:00 2001 From: andrestylianos <7112447+andrestylianos@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:18:12 +0000 Subject: [PATCH] [BOT] Update assets for v1.24.0 release --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9d1f6f9..dfa79a0 100644 --- a/index.js +++ b/index.js @@ -33984,7 +33984,7 @@ function requireSrc () { } async function main() { - const version = "v1.23.1"; + const version = "v1.24.0"; const binaryName = getBinaryName(); const binaryPath = path.join(__dirname, "dist");