chore(compute): bump presetDataVersion to 69 (Claude provider now loads) (#49)

PR #47 bumped to 68 but the provider file was misnamed and never loaded; the
rename (#48) kept v68, so clients that already synced v68 will not re-merge.
Bump to 69 so existing clients pick up the now-loadable anthropic-claude provider.
This commit is contained in:
2026-07-07 22:52:02 +08:00
committed by GitHub
parent a1ec69ee71
commit 717ae69635

View File

@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"presetDataVersion": 68,
"presetDataVersion": 69,
"updatedAt": "2026-07-07",
"description": "DesireCore 官方配置中心"
}