diff --git a/cmd/httpx/httpx.go b/cmd/httpx/httpx.go index c8fc333..2f7cf1e 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 = `0.0.3` +const Version = `0.0.4` // showBanner is used to show the banner to the user func showBanner() {