Skip to content

Commit

Permalink
Release v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Aug 10, 2023
1 parent 5167f1c commit fe819ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -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/fern-hookdeck/hookdeck-go")
headers.Set("X-Fern-SDK-Version", "0.0.23")
headers.Set("X-Fern-SDK-Version", "0.0.24")
return headers
}
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was auto-generated by Fern from our API Definition.

// A connection lets you route webhooks from a source to a destination, using a ruleset.
// Issue Triggers lets you setup rules that trigger issues when certain conditions are met.
package api

0 comments on commit fe819ae

Please sign in to comment.