Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Thibault Richard <[email protected]>
  • Loading branch information
airycanon and thbkrkr authored Jul 24, 2024
1 parent 999bfbf commit f7bdf8f
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 @@ -148,5 +148,5 @@ var (
)

func version() string {
return fmt.Sprintf("Version: %s, Commit: %s, BuildDate: %s", buildVersion, buildCommit, buildDate)
return fmt.Sprintf("Version: %s\nGitCommit: %s\nBuildDate: %s\n", buildVersion, buildCommit, buildDate)
}

0 comments on commit f7bdf8f

Please sign in to comment.