修改部分文字

This commit is contained in:
刘祥超
2021-07-25 19:42:07 +08:00
parent f7eb7b1ec6
commit 0a9cea722c
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+")")
}
// 帮助