chore: update clash version

This commit is contained in:
GyDi 2022-05-18 14:14:37 +08:00 committed by GitHub
parent 536e3ffb11
commit 1581e9b1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ function resolveClash() {
const CLASH_URL_PREFIX =
"https://github.com/Dreamacro/clash/releases/download/premium/";
const CLASH_LATEST_DATE = "2022.04.17";
const CLASH_LATEST_DATE = "2022.05.17";
// todo
const map = {
@ -52,7 +52,7 @@ async function resolveClashMeta() {
const { platform, arch } = process;
const urlPrefix = `https://github.com/MetaCubeX/Clash.Meta/releases/download/`;
const latestVersion = "v1.11.0";
const latestVersion = "v1.11.1";
const map = {
"win32-x64": "Clash.Meta-windows-amd64v3",