From dc492a2a0a4fc246022339e87ddbcdfcf301ec50 Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Wed, 20 Apr 2022 21:02:41 +0800
Subject: [PATCH] chore: update clash version

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

diff --git a/scripts/check.mjs b/scripts/check.mjs
index ec26cba..2087d97 100644
--- a/scripts/check.mjs
+++ b/scripts/check.mjs
@@ -17,7 +17,7 @@ function resolveClash() {
 
   const CLASH_URL_PREFIX =
     "https://github.com/Dreamacro/clash/releases/download/premium/";
-  const CLASH_LATEST_DATE = "2022.04.11";
+  const CLASH_LATEST_DATE = "2022.04.17";
 
   // todo
   const map = {
-- 
GitLab