Skip to content

Commit

Permalink
[release] v1.33.0 - Add filter for GCIR (#261)
Browse files Browse the repository at this point in the history
### New Features
  - New option for GetClientInitializeResponse to filter by entity type






>Included In This Release
>- f00c28e kat-statsig
>   - filter gcir option (#260)
>- 4ca690b kat-statsig
>   - add config version to metadata (#259)
  • Loading branch information
kat-statsig authored Jan 31, 2025
1 parent f00c28e commit ee7c6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsig_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type statsigMetadata struct {
func getStatsigMetadata() statsigMetadata {
return statsigMetadata{
SDKType: "go-sdk",
SDKVersion: "v1.32.1",
SDKVersion: "v1.33.0",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit ee7c6da

Please sign in to comment.