Skip to content

Commit 490544e

Browse files
[release] v2.5.4 - Hard Limit on TTLSet Growth (#342)
### Improvements - Prevent unbound growth of TTLSet data used for event sampling >Included In This Release >- fd6cb52 Daniel > - chore: hard cap on ttlset growth (#341)
1 parent fd6cb52 commit 490544e

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

0 commit comments

Comments
 (0)