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 79f1c35 commit 9a59d85Copy full SHA for 9a59d85
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.877")
+ headers.Set("X-Fern-SDK-Version", "v0.0.882")
40
return headers
41
}
0 commit comments