Skip to content

Commit

Permalink
Release v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 10, 2024
1 parent a93cdc4 commit 35fbe85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.1.12")
headers.Set("X-Fern-SDK-Version", "v0.1.13")
return headers
}
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// SPDX-License-Identifier: MIT
module github.com/vellum-ai/vellum-client-go

go 1.18
Expand Down

0 comments on commit 35fbe85

Please sign in to comment.