Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
chore: update clash version
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Nov 26, 2022
1 parent 376011e commit f3a917b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "2022.08.26";
const CLASH_LATEST_DATE = "2022.11.25";

const CLASH_MAP = {
"win32-x64": "clash-windows-amd64",
Expand Down

0 comments on commit f3a917b

Please sign in to comment.