Skip to content

Commit

Permalink
Add revision in version info
Browse files Browse the repository at this point in the history
  • Loading branch information
greensea committed Nov 2, 2024
1 parent 8111e10 commit 6e67bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func Quota() {

func Version() {
fmt.Printf("so %s\n", versioninfo.Version)
fmt.Printf("Revision: %s\n", versioninfo.Revision)
fmt.Printf("Commit: %s\n", versioninfo.LastCommit)
}

Expand Down

0 comments on commit 6e67bd9

Please sign in to comment.