From 7966cf04299c15a6745c4c8b5925f9436720ab3f Mon Sep 17 00:00:00 2001 From: "simon.mittag" Date: Thu, 25 May 2023 07:30:10 +1000 Subject: [PATCH] bumped to v0.1.6 after fixing broken test --- ReadMe.Md | 10 ++++++---- pwt.go | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ReadMe.Md b/ReadMe.Md index 58afd2a..f9b4210 100644 --- a/ReadMe.Md +++ b/ReadMe.Md @@ -32,10 +32,12 @@ pwt ## Usage ``` -λ pwt [-v]|[-w n] host[:port] - -v print pwt version - -w int - time wait in seconds (default 10) +λ pwt[v0.1.6] +Usage: pwt [-v]|[-w n] host[:port] + -h print usage instructions + -v print pwt version + -w int + time wait in seconds (default 10) ``` ## Examples diff --git a/pwt.go b/pwt.go index 793db4a..9fe0468 100644 --- a/pwt.go +++ b/pwt.go @@ -6,7 +6,7 @@ import ( "time" ) -const Version string = "v0.1.5" +const Version string = "v0.1.6" var dialler = &net.Dialer{ Timeout: 1 * time.Second,