Skip to content

Commit

Permalink
update to v0.1.5 with cli flags
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed May 24, 2023
1 parent a9b95ca commit 6484720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReadMe.Md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ continuous integration scripts, never call sleep inside your pipeline again.
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

## What's New
Updated to v0.1.3 to fix checksum error
Updated to v0.1.5 with better help flags

## Up and running
### Homebrew
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.3"
const Version string = "v0.1.5"

var dialler = &net.Dialer{
Timeout: 1 * time.Second,
Expand Down

0 comments on commit 6484720

Please sign in to comment.