Skip to content

Commit

Permalink
v0.4.-9
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Jul 31, 2024
1 parent 22d9af8 commit 89e62f7
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.2",
"version": "ngtop v0.4.-9",
"fields": strings.Join(fieldNames, ","),
},
)
Expand Down

0 comments on commit 89e62f7

Please sign in to comment.