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 e0ceadf commit ca9a0fbCopy full SHA for ca9a0fb
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.0.24")
+ headers.Set("X-Fern-SDK-Version", "v0.0.25")
48
return headers
49
}
50
0 commit comments