From 9f492fad49f52fdb1d58b4e71bd3f5dea544446c Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Tue, 22 Mar 2022 01:50:15 +0800
Subject: [PATCH] chore: update clash core

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

diff --git a/scripts/check.mjs b/scripts/check.mjs
index e9ee436..f55a355 100644
--- a/scripts/check.mjs
+++ b/scripts/check.mjs
@@ -16,7 +16,7 @@ function resolveClash() {
 
   const CLASH_URL_PREFIX =
     "https://github.com/Dreamacro/clash/releases/download/premium/";
-  const CLASH_LATEST_DATE = "2022.03.19";
+  const CLASH_LATEST_DATE = "2022.03.21";
 
   // todo
   const map = {
-- 
GitLab