Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
deangalvin-cb committed Sep 12, 2024
1 parent 7c1b8ca commit f2755b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/auth/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ func (t *transport) RoundTrip(req *http.Request) (*http.Response, error) {
req.Header.Set("Authorization", fmt.Sprintf("Bearer %s", jwt))

req.Header.Set(
"Correlation-Context",
"Correlation-Context",
fmt.Sprintf(
"%s,%s",
fmt.Sprintf("%s=%s", "sdk_version", "0.0.6"),
fmt.Sprintf("%s=%s", "sdk_version", "0.0.7"),
fmt.Sprintf("%s=%s", "sdk_language", "go"),
),
)
Expand Down

0 comments on commit f2755b3

Please sign in to comment.