Skip to content
Snippets Groups Projects
Unverified Commit 1581e9b1 authored by GyDi's avatar GyDi Committed by GitHub
Browse files

chore: update clash version

parent 536e3ffb
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment