version update

This commit is contained in:
sandeep 2021-08-17 17:24:23 +05:30
parent 433cae9231
commit b7d1d17949

View File

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