Skip to content

Commit

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

0 comments on commit ce544f7

Please sign in to comment.