Skip to content

Commit

Permalink
Merge pull request #66 from statsig-io/bump1.6.0
Browse files Browse the repository at this point in the history
bump 1.6.0
  • Loading branch information
jkw-statsig authored Sep 20, 2022
2 parents 402dab0 + bdedae0 commit 992682e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func newTransport(secret string, options *Options) *transport {

return &transport{
api: api,
metadata: statsigMetadata{SDKType: "go-sdk", SDKVersion: "1.5.1"},
metadata: statsigMetadata{SDKType: "go-sdk", SDKVersion: "1.6.0"},
sdkKey: secret,
client: &http.Client{},
options: options,
Expand Down

0 comments on commit 992682e

Please sign in to comment.