Skip to content

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof authored Oct 31, 2021
1 parent 6c61065 commit f2172db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (frc Client) CheckCaptchaSolution(ctx context.Context, captchaSolution stri
return false, fmt.Errorf("%w: %v", ErrCreatingVerificationRequest, err)
}

req.Header.Set("X-Frc-Sdk", "go-sdk-0.1.0")
req.Header.Set("X-Frc-Sdk", "go-sdk-0.1.1")
req.Header.Set("Content-Type", "application/json")

resp, err := http.DefaultClient.Do(req)
Expand Down

0 comments on commit f2172db

Please sign in to comment.