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 840f0d1 commit 43fbc42Copy full SHA for 43fbc42
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.4.3")
+ headers.Set("X-Fern-SDK-Version", "v0.4.4-rc0")
48
return headers
49
}
50
0 commit comments