Skip to content

Commit

Permalink
Bot: Updated File/s [statsig_metadata.go]
Browse files Browse the repository at this point in the history
  • Loading branch information
kenny-statsig committed Sep 19, 2023
1 parent 170db03 commit d90ef3c
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 @@ -13,7 +13,7 @@ type statsigMetadata struct {
func getStatsigMetadata() statsigMetadata {
return statsigMetadata{
SDKType: "go-sdk",
SDKVersion: "1.12.0",
SDKVersion: "1.12.1",
LanguageVersion: runtime.Version()[2:],
}
}

0 comments on commit d90ef3c

Please sign in to comment.