From 4c459e023aaa274194957fc5e8cfb787f86dac4f Mon Sep 17 00:00:00 2001 From: Mzack9999 Date: Mon, 15 Jun 2020 21:34:29 +0200 Subject: [PATCH] version bump --- cmd/httpx/httpx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/httpx/httpx.go b/cmd/httpx/httpx.go index 87f1d15..51cf2ec 100644 --- a/cmd/httpx/httpx.go +++ b/cmd/httpx/httpx.go @@ -435,7 +435,7 @@ const banner = ` ` // Version is the current version of httpx -const Version = `1.0.2` +const Version = `1.0.3` // showBanner is used to show the banner to the user func showBanner() {