From af5e0d589ec0825ba50485fb5414d88e87fb7cf1 Mon Sep 17 00:00:00 2001
From: Srinivas Gowda <srinivas@solancer.com>
Date: Mon, 27 Mar 2023 08:29:27 +0530
Subject: [PATCH] chore: update clash core version (#476)

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

diff --git a/scripts/check.mjs b/scripts/check.mjs
index d7660c8..d2b86cb 100644
--- a/scripts/check.mjs
+++ b/scripts/check.mjs
@@ -17,7 +17,7 @@ const SIDECAR_HOST = execSync("rustc -vV")
 /* ======= clash ======= */
 const CLASH_URL_PREFIX =
   "https://github.com/Dreamacro/clash/releases/download/premium/";
-const CLASH_LATEST_DATE = "2023.03.04";
+const CLASH_LATEST_DATE = "2023.03.18";
 
 const CLASH_MAP = {
   "win32-x64": "clash-windows-amd64",
-- 
GitLab