From 7b86e1c2c39ecae510f9157ad2af29f76a17affb Mon Sep 17 00:00:00 2001 From: AndreSilva1993 <10833491+AndreSilva1993@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:27:24 +0000 Subject: [PATCH] [BOT] Update assets for v1.23.1 release --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4d57f50..9d1f6f9 100644 --- a/index.js +++ b/index.js @@ -33984,7 +33984,7 @@ function requireSrc () { } async function main() { - const version = "v1.23.0"; + const version = "v1.23.1"; const binaryName = getBinaryName(); const binaryPath = path.join(__dirname, "dist");