Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Feb 25, 2025
1 parent e476e4d commit a8b5e23
Show file tree
Hide file tree
Showing 2 changed files with 439 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/request_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (r *RequestOptions) cloneHeader() http.Header {
headers := r.HTTPHeader.Clone()
headers.Set("X-Fern-Language", "Go")
headers.Set("X-Fern-SDK-Name", "github.com/vellum-ai/vellum-client-go")
headers.Set("X-Fern-SDK-Version", "v0.14.6")
headers.Set("X-Fern-SDK-Version", "v0.0.2308")
return headers
}

Expand Down
Loading

0 comments on commit a8b5e23

Please sign in to comment.