Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Aug 31, 2023
1 parent b584e8b commit bc3acac
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 376 deletions.
2 changes: 1 addition & 1 deletion core/client_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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/fern-vital/vital-go")
headers.Set("X-Fern-SDK-Version", "0.0.7")
headers.Set("X-Fern-SDK-Version", "0.1.0")
return headers
}
Loading

0 comments on commit bc3acac

Please sign in to comment.