Skip to content

Commit

Permalink
show release date
Browse files Browse the repository at this point in the history
  • Loading branch information
skatkov committed Sep 30, 2023
1 parent 61ef90d commit c7058a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/about.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func NewAboutCommand(version, commitHash, date string) AboutCommand {
func (a *aboutCommand) Run() {
about_message := fmt.Sprintf("Version: %s", a.version) + "\n"
about_message += fmt.Sprintf("Commit Hash: %s", a.commitHash) + "\n"
about_message += fmt.Sprintf("Build Hash: %s", a.date) + "\n"
about_message += fmt.Sprintf("Release Date: %s", a.date) + "\n"

fmt.Println(about_message)
}

0 comments on commit c7058a8

Please sign in to comment.