Skip to content

Commit

Permalink
[release] v1.31.0 - Array Operators and string match fix (#248)
Browse files Browse the repository at this point in the history
### New Features
  - added support for array evaluator support
  ### Fixes
  - fix string operator not working with array user input





>Included In This Release
>- d041a2c kat-statsig
>   - arr ops and str fix (#247)
  • Loading branch information
kat-statsig authored Dec 3, 2024
1 parent d041a2c commit d857be1
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: "v1.30.3",
SDKVersion: "v1.31.0",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit d857be1

Please sign in to comment.