Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandu committed Jul 28, 2022
1 parent 63c454d commit 343b751
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"fmt"
"golang.org/x/time/rate"
"io/ioutil"
"net"
"net/http"
Expand All @@ -12,6 +11,8 @@ import (
"strings"
"time"

"golang.org/x/time/rate"

"gopkg.in/alecthomas/kingpin.v3-unstable"
)

Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 343b751

Please sign in to comment.