diff --git a/internal/runner/banner.go b/internal/runner/banner.go index 938a576..23203aa 100644 --- a/internal/runner/banner.go +++ b/internal/runner/banner.go @@ -8,11 +8,11 @@ const banner = ` / __ \/ __/ __/ __ \| / / / / / /_/ /_/ /_/ / | /_/ /_/\__/\__/ .___/_/|_| - /_/ v1.0.4 + /_/ v1.0.5 ` // Version is the current version of httpx -const Version = `v1.0.4` +const Version = `v1.0.5` // showBanner is used to show the banner to the user func showBanner() {