Skip to content

Commit

Permalink
FFM-11006 bump go sdk version (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcox250 committed Mar 26, 2024
1 parent 5546ef7 commit 54f8f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyticsservice/analytics.go
Expand Up @@ -25,7 +25,7 @@ const (
variationValueAttribute string = "featureValue"
targetAttribute string = "target"
sdkVersionAttribute string = "SDK_VERSION"
SdkVersion string = "0.1.17"
SdkVersion string = "0.1.18"
sdkTypeAttribute string = "SDK_TYPE"
sdkType string = "server"
sdkLanguageAttribute string = "SDK_LANGUAGE"
Expand Down

0 comments on commit 54f8f6a

Please sign in to comment.