From 3ad156108b6fb4518cb11e458b8c6df4c29e42c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 16:55:37 +0800 Subject: [PATCH] chore: update app-upgrade-config for v1.7.0 (#11520) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 chore: sync app-upgrade-config for v1.7.0 Co-authored-by: 0xfullex <106392080+0xfullex@users.noreply.github.com> --- app-upgrade-config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-upgrade-config.json b/app-upgrade-config.json index 7ce2ffef0a..8aac95ef9b 100644 --- a/app-upgrade-config.json +++ b/app-upgrade-config.json @@ -1,5 +1,5 @@ { - "lastUpdated": "2025-11-26T13:28:28.126Z", + "lastUpdated": "2025-11-28T08:52:55.027Z", "versions": { "2.0.0": { "metadata": { @@ -14,7 +14,7 @@ "beta": null } }, - "1.6.7": { + "1.7.0": { "metadata": { "segmentId": "legacy-v1", "segmentType": "legacy" @@ -23,9 +23,9 @@ "description": "Last stable v1.7.x release - required intermediate version for users below v1.7", "channels": { "latest": { - "version": "1.6.7", + "version": "1.7.0", "feedUrls": { - "github": "https://github.com/CherryHQ/cherry-studio/releases/download/v1.6.7", + "github": "https://github.com/CherryHQ/cherry-studio/releases/download/v1.7.0", "gitcode": "https://releases.cherry-ai.com" } },