Skip to content

Commit 59022b7

Browse files
SDK 1.14.4 Release (#1055)
* SDK regeneration * Update SDK from 10dde3a --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: vellum-automation[bot] <vellum-automation[bot]@users.noreply.github.com>
1 parent 4da4f52 commit 59022b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/request_option.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (r *RequestOptions) cloneHeader() http.Header {
7171
headers := r.HTTPHeader.Clone()
7272
headers.Set("X-Fern-Language", "Go")
7373
headers.Set("X-Fern-SDK-Name", "github.com/vellum-ai/vellum-client-go")
74-
headers.Set("X-Fern-SDK-Version", "v1.14.3")
74+
headers.Set("X-Fern-SDK-Version", "v1.14.4")
7575
return headers
7676
}
7777

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vellum-ai/vellum-client-go
22

3-
// Version: v1.14.3
3+
// Version: v1.14.4
44

55
go 1.18
66

0 commit comments

Comments
 (0)