From 6484720c3e444a3900a2aaa8a763e359f96189e2 Mon Sep 17 00:00:00 2001 From: "simon.mittag" Date: Thu, 25 May 2023 07:22:50 +1000 Subject: [PATCH] update to v0.1.5 with cli flags --- ReadMe.Md | 2 +- pwt.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,