WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f7712f7

Browse files
committed
version update
1 parent a00f9c4 commit f7712f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2`
19+
const Version = `v1.7.3`
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.2'
5+
version: 'v1.7.3'
66
icon: static/httpx-logo.png
77
license: MIT
88
base: core18

0 commit comments

Comments
 (0)