Skip to content

Commit

Permalink
minor breaking change in default json output
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Mar 1, 2022
1 parent 1c737d7 commit 05ab529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const banner = `
/ __ \/ __/ __/ __ \| /
/ / / / /_/ /_/ /_/ / |
/_/ /_/\__/\__/ .___/_/|_|
/_/ v1.1.6
/_/ v1.2.0
`

// Version is the current version of httpx
const Version = `v1.1.6`
const Version = `v1.2.0`

// showBanner is used to show the banner to the user
func showBanner() {
Expand Down

0 comments on commit 05ab529

Please sign in to comment.