From 8045d8571a84ed68028ff0bd1333ee38c0783e00 Mon Sep 17 00:00:00 2001 From: whostolebenfrog <1108776+whostolebenfrog@users.noreply.github.com> Date: Thu, 13 Aug 2026 10:15:38 +0000 Subject: [PATCH] [BOT] Update assets for v1.25.0 release --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index dfa79a0..6052f7b 100644 --- a/index.js +++ b/index.js @@ -33984,7 +33984,7 @@ function requireSrc () { } async function main() { - const version = "v1.24.0"; + const version = "v1.25.0"; const binaryName = getBinaryName(); const binaryPath = path.join(__dirname, "dist");