diff --git a/runner/banner.go b/runner/banner.go index f3018ab..c87eb42 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.8.1` +const Version = `v1.9.0` // showBanner is used to show the banner to the user func showBanner() {