Skip to content

Commit

Permalink
Merge pull request #45 from ldez/fix/version
Browse files Browse the repository at this point in the history
fix: app version
  • Loading branch information
yeya24 committed Apr 22, 2024
2 parents 31a761e + ad2a31e commit 79bdfc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/promlinter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ func init() {
}

func main() {

app := kingpin.New(filepath.Base(os.Args[0]), help)
app.Version("v0.0.3")
app.Version("v0.3.0")
app.HelpFlag.Short('h')

listCmd := app.Command("list", "List metrics name.")
Expand Down

0 comments on commit 79bdfc5

Please sign in to comment.