Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
orangekame3 authored Oct 22, 2023
1 parent 154ab9c commit 8456b76
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 @@ -11,6 +11,6 @@ import (


func main() {
cmd.SetVersionInfo(version, time.Now().String())
cmd.SetVersionInfo(cmd.Version, time.Now().String())
cmd.Execute()
}

0 comments on commit 8456b76

Please sign in to comment.