Skip to content

Commit

Permalink
Merge pull request #45 from statsig-io/v1-release
Browse files Browse the repository at this point in the history
change version to v1
  • Loading branch information
jkw-statsig authored Sep 22, 2021
2 parents da616d2 + ea69794 commit 9310ee8
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 @@ -31,7 +31,7 @@ func newTransport(secret string, api string, sdkType string, sdkVersion string)
api = defaultString(api, DefaultEndpoint)
api = strings.TrimSuffix(api, "/")
sdkType = defaultString(sdkType, "go-sdk")
sdkVersion = defaultString(sdkVersion, "v1.0.0-beta.2")
sdkVersion = defaultString(sdkVersion, "v1.0.0")

return &transport{
api: api,
Expand Down

0 comments on commit 9310ee8

Please sign in to comment.