From d717fe7e8c43c6192561a44af1d10bbe9b152e68 Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Fri, 8 Jul 2022 01:42:14 +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 a1f35a9..e50f47e 100644
--- a/scripts/check.mjs
+++ b/scripts/check.mjs
@@ -20,7 +20,7 @@ function resolveClash() {
 
   const CLASH_URL_PREFIX =
     "https://github.com/Dreamacro/clash/releases/download/premium/";
-  const CLASH_LATEST_DATE = "2022.06.19";
+  const CLASH_LATEST_DATE = "2022.07.07";
 
   // todo
   const map = {
-- 
GitLab