From 966119b425ed3b33b1ed2479e58930e56ebf2430 Mon Sep 17 00:00:00 2001 From: benja-M-1 <212269+benja-M-1@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:29:15 +0000 Subject: [PATCH] [BOT] Update assets for v1.20.4 release --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1e6cace..eb7f13a 100644 --- a/index.js +++ b/index.js @@ -33984,7 +33984,7 @@ function requireSrc () { } async function main() { - const version = "v1.20.3"; + const version = "v1.20.4"; const binaryName = getBinaryName(); const binaryPath = path.join(__dirname, "dist");