Skip to content

Commit

Permalink
Change version message format
Browse files Browse the repository at this point in the history
  • Loading branch information
GGP1 committed Sep 8, 2022
1 parent c771af1 commit f520e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ func printVersion() {
}
}

fmt.Printf("%s (%s) - [%s]\n", bi.Main.Version, lastCommitHash, bi.GoVersion)
fmt.Printf("[%s] %s %s\n", bi.GoVersion, bi.Main.Version, lastCommitHash)
}

0 comments on commit f520e25

Please sign in to comment.