fix: update VERSIONS.json to match v1.2.0 tag

VERSIONS.json was still showing 1.1.0 while the git tag and commit
message already referenced v1.2.0. Sync version metadata.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Du Wenbo
2026-04-06 08:21:15 +08:00
parent 139ca4c128
commit 4095ba0b56

View File

@@ -1,6 +1,6 @@
{
"project": "ems-core",
"project_version": "1.1.0",
"last_updated": "2026-04-05",
"notes": "Core platform with hooks plugin system"
"project_version": "1.2.0",
"last_updated": "2026-04-06",
"notes": "Backend-only architecture, frontend removed to customer repos"
}