From 412eb2d5334fae8e857d769f40cbe384c1dcf984 Mon Sep 17 00:00:00 2001 From: Dogan Can Bakir <65292895+dogancanbakir@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:39:18 +0700 Subject: [PATCH] bump version to v1.8.1 (#2381) * bump version to v1.8.1 * version update --------- Co-authored-by: PDTeamX <8293321+ehsandeep@users.noreply.github.com> --- runner/banner.go | 2 +- snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runner/banner.go b/runner/banner.go index f647d1e7b..f3018ab41 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.7.4` +const Version = `v1.8.1` // showBanner is used to show the banner to the user func showBanner() { diff --git a/snapcraft.yaml b/snapcraft.yaml index 4ad59468c..8149e3083 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -2,7 +2,7 @@ name: httpx summary: httpx is a fast and multi-purpose HTTP toolkit description: | httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library, it is designed to maintain the result reliability with increased threads. -version: 'v1.7.4' +version: 'v1.8.1' icon: static/httpx-logo.png license: MIT base: core18