Skip to content

Commit ef8ec05

Browse files
committed
FFM-11660 Add Bump version
1 parent 05d108c commit ef8ec05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.harness/ffgolangserversdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pipeline:
176176
dockerfile: ff-sdk-testgrid/go/Dockerfile
177177
context: ff-sdk-testgrid/go
178178
buildArgs:
179-
SDK_VERSION: v0.1.24
179+
SDK_VERSION: v0.1.25
180180
BUILD_MODE: local
181181
resources:
182182
limits:

analyticsservice/analytics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
variationValueAttribute string = "featureValue"
2727
targetAttribute string = "target"
2828
sdkVersionAttribute string = "SDK_VERSION"
29-
SdkVersion string = "0.1.24"
29+
SdkVersion string = "0.1.25"
3030
sdkTypeAttribute string = "SDK_TYPE"
3131
sdkType string = "server"
3232
sdkLanguageAttribute string = "SDK_LANGUAGE"

0 commit comments

Comments
 (0)