diff --git a/ReadMe.Md b/ReadMe.Md index 819f83e..58afd2a 100644 --- a/ReadMe.Md +++ b/ReadMe.Md @@ -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 diff --git a/pwt.go b/pwt.go index 9fa9d57..793db4a 100644 --- a/pwt.go +++ b/pwt.go @@ -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,