Skip to content

Commit dc89316

Browse files
committed
mod issues
1 parent 39c06c6 commit dc89316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/runner/banner.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ const banner = `
88
/ __ \/ __/ __/ __ \| /
99
/ / / / /_/ /_/ /_/ / |
1010
/_/ /_/\__/\__/ .___/_/|_|
11-
/_/ v1.0.4
11+
/_/ v1.0.5
1212
`
1313

1414
// Version is the current version of httpx
15-
const Version = `v1.0.4`
15+
const Version = `v1.0.5`
1616

1717
// showBanner is used to show the banner to the user
1818
func showBanner() {

0 commit comments

Comments
 (0)