From 10465e35701eef788f7c46d408a733aa2679685e Mon Sep 17 00:00:00 2001 From: yi-ge Date: Sat, 25 Apr 2026 19:35:39 +0800 Subject: [PATCH] chore: bump presetDataVersion to 30 to roll back PR #1 PR #1 (model-field-official-audit) caused production issues. Reverted in previous commit; bumping version so clients pick up the rollback. --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8a447d7..734e404 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 24, - "updatedAt": "2026-04-20", + "presetDataVersion": 30, + "updatedAt": "2026-04-25", "description": "DesireCore 官方配置中心" }