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 a90c221 commit 1b90807Copy full SHA for 1b90807
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.1139")
+ headers.Set("X-Fern-SDK-Version", "v0.0.1143")
40
return headers
41
}
0 commit comments