Skip to content

Commit bf05662

Browse files
[release] v1.30.2 - Expose EvaluationSource, Init details for multi-client use (#243)
### Improvements - Make constants `EvaluationSource` and `EvaluationReason` public - Expose `InitializeDetails` in new client initialize API `NewClientWithDetatils` for multi-client use >Included In This Release >- 9134f9a kenny-statsig > - Make EvaluationSource and EvaluationReason values public (#242) >- 571a6db kenny-statsig > - Add NewClientWithDetails API (#241)
1 parent 9134f9a commit bf05662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statsig_metadata.go

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

0 commit comments

Comments
 (0)