Skip to content

Commit

Permalink
Merge pull request #37 from statsig-io/bump-version
Browse files Browse the repository at this point in the history
bump version 0.4.1
  • Loading branch information
jkw-statsig authored Sep 9, 2021
2 parents b43057e + fc72c4a commit 0c95820
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.2.1"
sdkVersion = "0.4.1"
}

return &Net{
Expand Down

0 comments on commit 0c95820

Please sign in to comment.