Skip to content

Commit

Permalink
Merge pull request #11 from square/fern-bot/12-09-2024-0331PM
Browse files Browse the repository at this point in the history
🌿 Fern Regeneration -- December 9, 2024
  • Loading branch information
mikekono authored Dec 9, 2024
2 parents 639d6b3 + 37dc343 commit 45cb3f0
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 @@ -64,7 +64,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/square/square-go-sdk")
headers.Set("X-Fern-SDK-Version", "v0.0.172")
headers.Set("X-Fern-SDK-Version", "v0.1.0")
return headers
}

Expand Down

0 comments on commit 45cb3f0

Please sign in to comment.