Skip to content

Commit ce7ee60

Browse files
[release] v1.30.3 - Fetch download_config_specs from cdn by default (#245)
### Improvements - Fetch DCS payload from cdn by default. This will improve reliability and latency of initialization and background updates >Included In This Release >- a105bb0 Xin Li > - fix: Default hit cdn for dcs (#244)
1 parent a105bb0 commit ce7ee60

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

0 commit comments

Comments
 (0)