Update httpx.go

This commit is contained in:
bauthard 2020-07-03 17:53:29 +05:30 committed by GitHub
parent 466781ad25
commit cb5fdcf47d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -443,11 +443,11 @@ const banner = `
/ __ \/ __/ __/ __ \| /
/ / / / /_/ /_/ /_/ / |
/_/ /_/\__/\__/ .___/_/|_|
/_/
/_/ v1
`
// Version is the current version of httpx
const Version = `0.0.4`
const Version = `0.0.5`
// showBanner is used to show the banner to the user
func showBanner() {