From 5a35ea116f7ca76a079afe7c0958d6c9a8c955f3 Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
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 1f84c79..c352958 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",
-- 
GitLab