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 73927f5 commit ff00857Copy full SHA for ff00857
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.1060")
+ headers.Set("X-Fern-SDK-Version", "v0.0.1064")
40
return headers
41
}
0 commit comments