Skip to content

Commit

Permalink
Update v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed May 14, 2024
1 parent f86a758 commit 9595f8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ package config

const (
ProjectName = "blockchain_box"
ProjectVersion = "v0.0.13"
ProjectVersion = "v0.0.14"
ProjectDescription = "[blockchain] box"
)
3 changes: 2 additions & 1 deletion service_info/service_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ func GetServiceFlagNumberForStr(str string) ServiceFlag {
}

type ServiceInfoBase struct {
ServiceFlagNone ServiceFlag // 服务标识:自定义 or 第三方标准服务
ServiceFlag ServiceFlag // 服务标识:自定义 or 第三方标准服务
ServiceStatus ServiceStatus // 服务运行状态
ServiceStaredTime time.Time // 启动时间
ServiceName string // 服务名
ServiceRemark string // 服务备注名
ServiceRunPath string // 服务程序路径
ServiceDataPath string // 服务数据文件路径
Expand Down

0 comments on commit 9595f8b

Please sign in to comment.