File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ github:
49
49
50
50
protected_branches :
51
51
master : {}
52
+ release-2.60.0 : {}
52
53
release-2.59.0 : {}
53
54
release-2.58.1 : {}
54
55
release-2.58.0 : {}
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ signing.gnupg.useLegacyGpg=true
30
30
# buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy.
31
31
# To build a custom Beam version make sure you change it in both places, see
32
32
# https://github.com/apache/beam/issues/21302.
33
- version =2.60 .0-SNAPSHOT
34
- sdk_version =2.60 .0.dev
33
+ version =2.61 .0-SNAPSHOT
34
+ sdk_version =2.61 .0.dev
35
35
36
36
javaVersion =1.8
37
37
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const (
27
27
// SdkName is the human readable name of the SDK for UserAgents.
28
28
SdkName = "Apache Beam SDK for Go"
29
29
// SdkVersion is the current version of the SDK.
30
- SdkVersion = "2.60 .0.dev"
30
+ SdkVersion = "2.61 .0.dev"
31
31
32
32
// DefaultDockerImage represents the associated image for this release.
33
33
DefaultDockerImage = "apache/beam_go_sdk:" + SdkVersion
Original file line number Diff line number Diff line change 17
17
18
18
"""Apache Beam SDK version information and utilities."""
19
19
20
- __version__ = '2.60 .0.dev'
20
+ __version__ = '2.61 .0.dev'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apache-beam" ,
3
- "version" : " 2.60 .0-SNAPSHOT" ,
3
+ "version" : " 2.61 .0-SNAPSHOT" ,
4
4
"devDependencies" : {
5
5
"@google-cloud/bigquery" : " ^5.12.0" ,
6
6
"@types/mocha" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments