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