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 99d8492 commit b3cd927Copy full SHA for b3cd927
core/request_option.go
@@ -44,7 +44,7 @@ func (r *RequestOptions) cloneHeader() http.Header {
44
headers := r.HTTPHeader.Clone()
45
headers.Set("X-Fern-Language", "Go")
46
headers.Set("X-Fern-SDK-Name", "github.com/fern-api/generator-cli-go")
47
- headers.Set("X-Fern-SDK-Version", "v0.1.4")
+ headers.Set("X-Fern-SDK-Version", "v0.1.5")
48
return headers
49
}
50
0 commit comments