From 343b7510ccfa477d9c0f3d9aeeaa0834e118c44a Mon Sep 17 00:00:00 2001 From: duncandu Date: Thu, 28 Jul 2022 09:43:04 +0800 Subject: [PATCH] update version --- main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index fea59db..087d096 100644 --- a/main.go +++ b/main.go @@ -2,7 +2,6 @@ package main import ( "fmt" - "golang.org/x/time/rate" "io/ioutil" "net" "net/http" @@ -12,6 +11,8 @@ import ( "strings" "time" + "golang.org/x/time/rate" + "gopkg.in/alecthomas/kingpin.v3-unstable" ) @@ -171,7 +172,7 @@ func rateFlag(c *kingpin.Clause) (target *rateFlagValue) { func main() { kingpin.UsageTemplate(CompactUsageTemplate). - Version("1.2.0"). + Version("1.3.1"). Author("six-ddc@github"). Resolver(kingpin.PrefixedEnvarResolver("PLOW_", ";")). Help = `A high-performance HTTP benchmarking tool with real-time web UI and terminal displaying`