Skip to content

Commit

Permalink
Release v0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Sep 1, 2023
1 parent a56fb9a commit 6931cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,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/hookdeck/hookdeck-go-sdk")
headers.Set("X-Fern-SDK-Version", "0.0.29")
headers.Set("X-Fern-SDK-Version", "0.0.30")
return headers
}

0 comments on commit 6931cb7

Please sign in to comment.