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