Skip to content

Commit

Permalink
Release v0.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Apr 19, 2024
1 parent c906827 commit 89eab44
Show file tree
Hide file tree
Showing 2 changed files with 606 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/client_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ func (c *ClientOptions) cloneHeader() http.Header {
headers := c.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.3.22")
headers.Set("X-Fern-SDK-Version", "v0.3.23")
return headers
}
Loading

0 comments on commit 89eab44

Please sign in to comment.