From 340ca8ef45d8ed44d2aaefe8b6dbe7e1054e4bdf Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 20 Jun 2023 18:38:47 +0530 Subject: [PATCH] version update --- runner/banner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/banner.go b/runner/banner.go index adb6c11..3b26ef1 100644 --- a/runner/banner.go +++ b/runner/banner.go @@ -16,7 +16,7 @@ const banner = ` ` // Version is the current version of httpx -const version = `v1.3.2` +const version = `v1.3.3` // showBanner is used to show the banner to the user func showBanner() {