Skip to content

Commit

Permalink
Fix version display
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-crane committed Jan 13, 2022
1 parent 802417e commit 21c0f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/khinsider/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func Execute(buildInfo BuildInfo) {
}
app := &cli.App{
Name: "khinsider",
Version: "2.0.0",
Version: buildInfo.Version,
Compiled: time.Now(),
Authors: []*cli.Author{
{
Expand Down

0 comments on commit 21c0f5c

Please sign in to comment.