From 88f8b47c76d9def248ac614593b3699646beaf4d Mon Sep 17 00:00:00 2001 From: facundo Date: Sat, 27 Jul 2024 17:54:28 -0300 Subject: [PATCH] v0.2.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 51ffe46..da2ceeb 100644 --- a/main.go +++ b/main.go @@ -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, ","), }, )