Skip to content

Commit

Permalink
fix Version
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Dec 15, 2024
1 parent 3907079 commit d10788a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type (

const (
// Version 版本号
Version = "0.4.7"
Version = "0.4.8"

// KDelimiter 本库自定义分隔符
KDelimiter = "$@#KSYSK#@$"
Expand Down
2 changes: 1 addition & 1 deletion os_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (ko *LkkOS) Uptime() (uint64, error) {
}

// GetBiosInfo 获取BIOS信息.
// 注意:Mac机器没有BIOS信息,它使用EFI.
// 注意:Mac机器没有BIOS信息,它使用EFI,所以该函数将返回空信息.
func (ko *LkkOS) GetBiosInfo() *BiosInfo {
res := &BiosInfo{
Vendor: "",
Expand Down

0 comments on commit d10788a

Please sign in to comment.