From b0d651ece1db949c7bfb5ddbb6653de8db5bae38 Mon Sep 17 00:00:00 2001
From: GyDi <zzzgydi@gmail.com>
Date: Mon, 14 Aug 2023 11:09:19 +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 4197902..6fd0cbb 100644
--- a/scripts/check.mjs
+++ b/scripts/check.mjs
@@ -30,7 +30,7 @@ const CLASH_MAP = {
 
 /* ======= clash meta ======= */
 const META_URL_PREFIX = `https://github.com/MetaCubeX/Clash.Meta/releases/download/`;
-const META_VERSION = "v1.15.0";
+const META_VERSION = "v1.15.1";
 
 const META_MAP = {
   "win32-x64": "clash.meta-windows-amd64-compatible",
-- 
GitLab