Skip to content

Commit

Permalink
Release v0.0.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Oct 5, 2024
1 parent 222f918 commit 534cb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/request_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (r *RequestOptions) cloneHeader() http.Header {
headers := r.HTTPHeader.Clone()
headers.Set("X-Fern-Language", "Go")
headers.Set("X-Fern-SDK-Name", "github.com/fern-demo/vapi-go-sdk")
headers.Set("X-Fern-SDK-Version", "v0.0.0-alpha2")
headers.Set("X-Fern-SDK-Version", "v0.0.0-alpha4")
return headers
}

Expand Down

0 comments on commit 534cb25

Please sign in to comment.