mod issues

This commit is contained in:
sandeep
2021-04-10 15:27:42 +05:30
parent 39c06c6108
commit dc89316610
+2 -2
View File
@@ -8,11 +8,11 @@ const banner = `
/ __ \/ __/ __/ __ \| /
/ / / / /_/ /_/ /_/ / |
/_/ /_/\__/\__/ .___/_/|_|
/_/ v1.0.4
/_/ v1.0.5
`
// Version is the current version of httpx
const Version = `v1.0.4`
const Version = `v1.0.5`
// showBanner is used to show the banner to the user
func showBanner() {