Skip to content

Commit

Permalink
Chore: -v add golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamacro committed Apr 4, 2021
1 parent e63f995 commit a1f3a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func init() {

func main() {
if version {
fmt.Printf("Clash %s %s %s %s\n", C.Version, runtime.GOOS, runtime.GOARCH, C.BuildTime)
fmt.Printf("Clash %s %s %s with %s %s\n", C.Version, runtime.GOOS, runtime.GOARCH, runtime.Version(), C.BuildTime)
return
}

Expand Down

0 comments on commit a1f3a5e

Please sign in to comment.