version update

This commit is contained in:
bauthard 2020-09-01 10:33:54 +05:30 committed by GitHub
parent ff4832426b
commit 9e07f3f00a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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