From 0586d4d7a9c54fb725ad5eaaa59d0b155d8015aa Mon Sep 17 00:00:00 2001 From: GyDi Date: Fri, 2 Sep 2022 00:11:52 +0800 Subject: [PATCH] chore: update clash meta version --- scripts/check.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check.mjs b/scripts/check.mjs index 1f84c79a..c3529586 100644 --- a/scripts/check.mjs +++ b/scripts/check.mjs @@ -52,7 +52,7 @@ async function resolveClashMeta() { const { platform, arch } = process; const urlPrefix = `https://github.com/MetaCubeX/Clash.Meta/releases/download/`; - const latestVersion = "v1.12.0"; + const latestVersion = "v1.13.1"; const map = { "win32-x64": "Clash.Meta-windows-amd64",