From 711b220a05c668901d646bbc50f983ea8791c0ba Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Wed, 6 Jul 2022 00:54:01 +0800
Subject: [PATCH] chore: update clash version

---
 scripts/check.mjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/check.mjs b/scripts/check.mjs
index 6151c36..a1f35a9 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.11.2";
+  const latestVersion = "v1.12.0";
 
   const map = {
     "win32-x64": "Clash.Meta-windows-amd64",
-- 
GitLab