v0.7.2: fix cfgmgr plugin list and core config key prefix

This commit is contained in:
root
2026-07-25 12:18:01 +08:00
parent 14f66f3b71
commit e992e1ff84
3 changed files with 40 additions and 11 deletions

View File

@ -5,7 +5,7 @@ package meta
var (
// Version 是 HomeAgent 内核版本号。
// 通过 `-ldflags="-X gitcode.com/JianFeeeee/HomeAgent/internal/meta.Version=vX.Y.Z"` 注入。
Version = "0.7.1"
Version = "0.7.2"
// Commit 是构建时的 Git commit hash。
Commit = "unknown"