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 749b318 commit f32449bCopy full SHA for f32449b
core/client_option.go
@@ -36,6 +36,6 @@ func (c *ClientOptions) cloneHeader() http.Header {
36
headers := c.HTTPHeader.Clone()
37
headers.Set("X-Fern-Language", "Go")
38
headers.Set("X-Fern-SDK-Name", "github.com/fern-api/generator-exec-go")
39
- headers.Set("X-Fern-SDK-Version", "v0.0.927")
+ headers.Set("X-Fern-SDK-Version", "v0.0.932")
40
return headers
41
}
0 commit comments