修改部分文字

This commit is contained in:
GoEdgeLab
2021-07-25 19:42:07 +08:00
parent 18d876422f
commit ee45d89d8e
4 changed files with 4 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ func (this *AppCmd) Run(main func()) {
// 版本号
func (this *AppCmd) runVersion() {
fmt.Println(this.product+" v"+this.version, "(build: "+runtime.Version(), runtime.GOOS, runtime.GOARCH+")")
fmt.Println(this.product+" v"+this.version, "(build: "+runtime.Version(), runtime.GOOS, runtime.GOARCH, teaconst.Tag+")")
}
// 帮助