Skip to content

Commit

Permalink
bump version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkw-statsig committed Apr 29, 2022
1 parent 5cca123 commit 77df5d7
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.4.1"},
metadata: statsigMetadata{SDKType: "go-sdk", SDKVersion: "1.4.2"},
sdkKey: secret,
client: &http.Client{},
options: options,
Expand Down

0 comments on commit 77df5d7

Please sign in to comment.