mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-21 09:28:14 +00:00
chore: bump version to v0.9.1
- Version: 0.9.0 -> 0.9.1 - SDKCompatibleVersion: 0.9.0 -> 0.9.1 - go.mod require homeagent-sdk: v0.8.0 -> v0.9.1 - SDK 版本独立提交(third_party/homeagent-sdk/meta/meta.go) CABINum 仍为 900(minor=9 不变),ABI 向前兼容。
This commit is contained in:
@ -7,7 +7,7 @@ package meta
|
||||
var (
|
||||
// Version 是 HomeAgent 内核版本号。
|
||||
// 通过 `-ldflags="-X gitcode.com/JianFeeeee/HomeAgent/internal/meta.Version=vX.Y.Z"` 注入。
|
||||
Version = "0.9.0"
|
||||
Version = "0.9.1"
|
||||
|
||||
// Commit 是构建时的 Git commit hash。
|
||||
Commit = "unknown"
|
||||
@ -19,7 +19,7 @@ var (
|
||||
KernelName = "HomeAgent"
|
||||
|
||||
// SDKCompatibleVersion 是此内核可兼容的最高 SDK 版本(semver)。
|
||||
SDKCompatibleVersion = "0.9.0"
|
||||
SDKCompatibleVersion = "0.9.1"
|
||||
)
|
||||
|
||||
// FullVersion 返回完整的版本字符串。
|
||||
|
||||
Reference in New Issue
Block a user