Skip to content

Commit e065b24

Browse files
authored
[release] v1.32.1 - Set SDKConfig on client instances (#257)
### Fixes - fix a bug where initializing individual clients do not initialize the global sdk configs >Included In This Release >- 8ddb7db kat-statsig > - ensure global state initialized with new client (#256)
1 parent 8ddb7db commit e065b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statsig_metadata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type statsigMetadata struct {
1414
func getStatsigMetadata() statsigMetadata {
1515
return statsigMetadata{
1616
SDKType: "go-sdk",
17-
SDKVersion: "v1.32.0",
17+
SDKVersion: "v1.32.1",
1818
LanguageVersion: runtime.Version()[2:],
1919
SessionID: SessionID(),
2020
}

0 commit comments

Comments
 (0)