Skip to content

Commit 3d7edcb

Browse files
[release] v1.28.1 - GetClientInitializeResponse target app filtering by ID (#225)
### Improvements - Support `GetClientInitializeResponse` target app filtering using the target app ID directly rather than the client SDK key >Included In This Release >- f89dc82 kenny-statsig > - Allow using target app ID directly for GCIR (#223)
1 parent f89dc82 commit 3d7edcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statsig_metadata.go

Lines changed: 1 addition & 1 deletion
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.28.0",
17+
SDKVersion: "v1.28.1",
1818
LanguageVersion: runtime.Version()[2:],
1919
SessionID: SessionID(),
2020
}

0 commit comments

Comments
 (0)