Skip to content

Commit f87890f

Browse files
authored
[release] v1.39.0 - Adds support for CMAB evaluation (#301)
### New Features - CMAB evaluation >Included In This Release >- 7d47233 tore-statsig > - Implement CMAB (Contextual Multi-Armed Bandit) support (#296)
1 parent 7d47233 commit f87890f

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.38.1",
17+
SDKVersion: "v1.39.0",
1818
LanguageVersion: runtime.Version()[2:],
1919
SessionID: SessionID(),
2020
}

0 commit comments

Comments
 (0)