We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e4120 commit 0a7c076Copy full SHA for 0a7c076
sdks/go/pkg/beam/core/core.go
@@ -27,7 +27,7 @@ const (
27
// SdkName is the human readable name of the SDK for UserAgents.
28
SdkName = "Apache Beam SDK for Go"
29
// SdkVersion is the current version of the SDK.
30
- SdkVersion = "2.63.dev"
+ SdkVersion = "2.63.0.dev"
31
32
// DefaultDockerImage represents the associated image for this release.
33
DefaultDockerImage = "apache/beam_go_sdk:" + SdkVersion
0 commit comments