From 2f284cfdc961564d33b073d181d8d9db6c9fa4d8 Mon Sep 17 00:00:00 2001 From: GyDi <segydi@foxmail.com> Date: Tue, 12 Apr 2022 23:04:19 +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 f55a355..6015b7c 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.21"; + const CLASH_LATEST_DATE = "2022.04.11"; // todo const map = { -- GitLab