diff --git a/runner/banner.go b/runner/banner.go index b4967fa7..48c1e932 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.6.5` +const version = `v1.6.6` // showBanner is used to show the banner to the user func showBanner() {