Skip to content

Commit

Permalink
Merge pull request #39 from statsig-io/bump-0.4.2
Browse files Browse the repository at this point in the history
bump version to 0.4.2
  • Loading branch information
jkw-statsig authored Sep 11, 2021
2 parents 9184606 + a6b9674 commit aaa6b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/net/net.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func New(secret string, api string, sdkType string, sdkVersion string) *Net {
sdkType = "go-sdk"
}
if sdkVersion == "" {
sdkVersion = "0.4.1"
sdkVersion = "0.4.2"
}

return &Net{
Expand Down

0 comments on commit aaa6b1f

Please sign in to comment.