Skip to content

Commit

Permalink
[release] 1.22.0 - Add GetExperimentLayer (#178)
Browse files Browse the repository at this point in the history
New method GetExperimentLayer to retrieve the layer name an experiment
belongs to





>Included In This Release
>- ec74201 kat-statsig
>   - get experiment layer (#177)
  • Loading branch information
kat-statsig authored May 6, 2024
1 parent ec74201 commit 6e62cb9
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: "1.21.0",
SDKVersion: "1.22.0",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit 6e62cb9

Please sign in to comment.