Skip to content

Commit 0a7c076

Browse files
authored
Update core.go
1 parent 93e4120 commit 0a7c076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/go/pkg/beam/core/core.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// SdkName is the human readable name of the SDK for UserAgents.
2828
SdkName = "Apache Beam SDK for Go"
2929
// SdkVersion is the current version of the SDK.
30-
SdkVersion = "2.63.dev"
30+
SdkVersion = "2.63.0.dev"
3131

3232
// DefaultDockerImage represents the associated image for this release.
3333
DefaultDockerImage = "apache/beam_go_sdk:" + SdkVersion

0 commit comments

Comments
 (0)