Skip to content

Commit

Permalink
v0.4.-3
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Jul 31, 2024
1 parent 040c473 commit 91921fc
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.0",
"version": "ngtop v0.4.-3",
"fields": strings.Join(fieldNames, ","),
},
)
Expand Down

0 comments on commit 91921fc

Please sign in to comment.