Skip to content

Commit

Permalink
fix: cmd version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Jan 31, 2022
1 parent b214310 commit efbc133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/kratgo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ func init() {
if showVersion {
fmt.Println("Kratgo:")
fmt.Printf(" Version: %s\n", version)
fmt.Printf(" Build: %s\n\n", build)
fmt.Printf("Go version: %s\n", runtime.Version())
fmt.Printf(" Build: %s\n", build)
fmt.Printf(" Runtime: %s\n", runtime.Version())
os.Exit(0)
}
}
Expand Down

0 comments on commit efbc133

Please sign in to comment.