Skip to content

Commit

Permalink
Bump Go SDK Version (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcconkey committed Apr 29, 2024
1 parent 3cececf commit 57d3bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyticsservice/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
variationValueAttribute string = "featureValue"
targetAttribute string = "target"
sdkVersionAttribute string = "SDK_VERSION"
SdkVersion string = "0.1.20"
SdkVersion string = "0.1.22"
sdkTypeAttribute string = "SDK_TYPE"
sdkType string = "server"
sdkLanguageAttribute string = "SDK_LANGUAGE"
Expand Down

0 comments on commit 57d3bd4

Please sign in to comment.