Skip to content

Commit

Permalink
Add runtime version to version output
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Dwyer <[email protected]>
  • Loading branch information
bdwyertech committed May 17, 2020
1 parent 136525e commit 345e76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func showVersion() {
fmt.Println("version:", ReleaseVer)
fmt.Println("commit:", GitCommit)
fmt.Println("date:", ReleaseDate)
fmt.Println("runtime:", runtime.Version())
}

func Execute() {
Expand Down

0 comments on commit 345e76d

Please sign in to comment.