Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Aug 31, 2023
1 parent 4dc2a38 commit 8631f32
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 600 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.1.1")
headers.Set("X-Fern-SDK-Version", "0.1.2")
return headers
}
Loading

0 comments on commit 8631f32

Please sign in to comment.