From 07594689f1b47d06288f32c3bb1562677d7ad25c Mon Sep 17 00:00:00 2001 From: AndreSilva1993 <10833491+AndreSilva1993@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:46:02 +0000 Subject: [PATCH] [BOT] Update assets for v1.21.1 release --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 986fdda..a29b119 100644 --- a/index.js +++ b/index.js @@ -33984,7 +33984,7 @@ function requireSrc () { } async function main() { - const version = "v1.21.0"; + const version = "v1.21.1"; const binaryName = getBinaryName(); const binaryPath = path.join(__dirname, "dist");