Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Aug 17, 2024
1 parent 2ae0716 commit 98db853
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 @@ -85,7 +85,7 @@ func querySpecFromCLI() (*kong.Context, *ngtop.RequestCountSpec) {
kong.Description("ngtop prints request counts from nginx access.logs based on a command-line query"),
kong.UsageOnError(),
kong.Vars{
"version": "ngtop v0.4.3",
"version": "ngtop v0.4.4",
"fields": strings.Join(fieldNames, ","),
},
)
Expand Down

0 comments on commit 98db853

Please sign in to comment.