Skip to content

Commit a5db16f

Browse files
Merge pull request projectdiscovery#2382 from projectdiscovery/dev
bump version to v1.8.1 (projectdiscovery#2381)
2 parents 3cff192 + 412eb2d commit a5db16f

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)