diff --git a/runner/banner.go b/runner/banner.go index ca8415c..6cd89e6 100644 --- a/runner/banner.go +++ b/runner/banner.go @@ -15,7 +15,7 @@ const banner = ` ` // Version is the current version of httpx -const version = `v1.3.7-dev` +const version = `v1.3.7` // showBanner is used to show the banner to the user func showBanner() {