From 38e1a4febf206cb2a1eae00b76cd778c631e5633 Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Fri, 4 Nov 2022 00:36:18 +0800
Subject: [PATCH] chore: update clash meta

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

diff --git a/scripts/check.mjs b/scripts/check.mjs
index 7e8c1c2..eb7435f 100644
--- a/scripts/check.mjs
+++ b/scripts/check.mjs
@@ -53,7 +53,7 @@ async function resolveClashMeta() {
   const { platform, arch } = process;
 
   const urlPrefix = `https://github.com/MetaCubeX/Clash.Meta/releases/download/`;
-  const latestVersion = "v1.13.1";
+  const latestVersion = "v1.13.2";
 
   const map = {
     "win32-x64": "Clash.Meta-windows-amd64",
-- 
GitLab