Skip to content

Commit

Permalink
bumped to v0.1.6 after fixing broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed May 24, 2023
1 parent d160dff commit 7966cf0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions ReadMe.Md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pwt.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7966cf0

Please sign in to comment.