Skip to content

Commit

Permalink
mod issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Apr 10, 2021
1 parent 39c06c6 commit dc89316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/runner/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit dc89316

Please sign in to comment.