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 36a7778 commit 7e7fa15Copy full SHA for 7e7fa15
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.5.0")
+ headers.Set("X-Fern-SDK-Version", "v0.5.1")
48
return headers
49
}
50
0 commit comments