mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-23 02:18:06 +00:00
chore(release): 版本号 bump 到 1.0.3
1.0.x 发布线的第二个 patch。SDKCompatibleVersion 保持 1.0.0: 本次是纯内核修复,ProtocolVersion 未变,1.0.0 编出的 plugin.bin 无需重编。 跳过 1.0.2:该号未曾发布也无 tag,留空以免与任何本地构建混淆。 README/README_EN 补 v1.0.3 条目并把安装包文件名示例更新到 1.0.3; installer.nsi 的 PRODUCT_VERSION 缺省值同步(正式构建仍由 makensis -DPRODUCT_VERSION 注入,这里只是本地手工构建的兜底)。
This commit is contained in:
@ -13,7 +13,7 @@ var (
|
||||
//
|
||||
// 1.0.1:多模态修复。仅内核与内置插件改动,插件 ABI/协议未变,
|
||||
// 1.0.0 编出的 plugin.bin 无需重编。
|
||||
Version = "1.0.1"
|
||||
Version = "1.0.3"
|
||||
|
||||
// Commit 是构建时的 Git commit hash。
|
||||
Commit = "unknown"
|
||||
|
||||
Reference in New Issue
Block a user