Skip to content

Commit

Permalink
[release] v1.29.1 - Alternative method of filtering client initialize…
Browse files Browse the repository at this point in the history
… response (#232)

### Improvements
  - Support filtering client initialize response from Statsig on-prem





>Included In This Release
>- a5d67e5 kenny-statsig
>   - Alternative target app filtering for GCIR (#231)
>- 4e57bd9 kat-statsig
>   - Add derived device metadata to metadata (#228)
  • Loading branch information
kenny-statsig authored Sep 24, 2024
1 parent a5d67e5 commit ed37f3c
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.29.0",
SDKVersion: "v1.29.1",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit ed37f3c

Please sign in to comment.