Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Jul 27, 2024
1 parent fc21c87 commit 88f8b47
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 @@ -82,7 +82,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.1.0",
"version": "jorge v0.2.0",
"fields": strings.Join(fieldNames, ","),
},
)
Expand Down

0 comments on commit 88f8b47

Please sign in to comment.