We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef3b1f commit e43d402Copy full SHA for e43d402
httpclient.go
@@ -34,7 +34,7 @@ import (
34
// Constants definations
35
// CURL options, see https://github.com/bagder/curl/blob/169fedbdce93ecf14befb6e0e1ce6a2d480252a3/packages/OS400/curl.inc.in
36
const (
37
- VERSION = "0.6.9"
+ VERSION = "0.7.0"
38
USERAGENT = "go-httpclient v" + VERSION
39
)
40
0 commit comments