Skip to content

Commit 412eb2d

Browse files
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>
1 parent e3c6ba3 commit 412eb2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

runner/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const banner = `
1616
`
1717

1818
// Version is the current Version of httpx
19-
const Version = `v1.7.4`
19+
const Version = `v1.8.1`
2020

2121
// showBanner is used to show the banner to the user
2222
func showBanner() {

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: httpx
22
summary: httpx is a fast and multi-purpose HTTP toolkit
33
description: |
44
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.
5-
version: 'v1.7.4'
5+
version: 'v1.8.1'
66
icon: static/httpx-logo.png
77
license: MIT
88
base: core18

0 commit comments

Comments
 (0)