From 0cb802ed9a9cc2f2c080600dd114b5cebfc49816 Mon Sep 17 00:00:00 2001
From: GyDi <zzzgydi@gmail.com>
Date: Mon, 9 Jan 2023 21:55:03 +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 76584c9..ea9a318 100644
--- a/scripts/check.mjs
+++ b/scripts/check.mjs
@@ -29,7 +29,7 @@ const CLASH_MAP = {
 
 /* ======= clash meta ======= */
 const META_URL_PREFIX = `https://github.com/MetaCubeX/Clash.Meta/releases/download/`;
-const META_VERSION = "v1.13.2";
+const META_VERSION = "v1.14.0";
 
 const META_MAP = {
   "win32-x64": "Clash.Meta-windows-amd64-compatible",
-- 
GitLab