This is an automated email from the ASF dual-hosted git repository. lostluck pushed a commit to branch lostluck-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 80e79c703e802a15f8a544d3853d31bd5a028f98 Author: Robert Burke <[email protected]> AuthorDate: Mon Nov 30 15:09:43 2020 -0800 [BEAM-11200] Update useragent version of Go SDK Patching a variant of https://github.com/apache/beam/pull/13279 into the release to unbreak peak versions sooner. Remaining work on 11200 is to include a go file in the updates so this happens as part of the cut process. --- sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go b/sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go index 61f944d..352dedd 100644 --- a/sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go +++ b/sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go @@ -125,7 +125,7 @@ func Translate(ctx context.Context, p *pipepb.Pipeline, opts *JobOptions, worker ServiceAccountEmail: opts.ServiceAccountEmail, UserAgent: newMsg(userAgent{ Name: "Apache Beam SDK for Go", - Version: "0.5.0", + Version: "2.26.0", }), Version: newMsg(version{ JobType: apiJobType,
