Skip to content

Commit 2fb9efc

Browse files
AbacnAbacn
Abacn
authored and
Abacn
committedOct 3, 2024
Moving to 2.61.0-SNAPSHOT on master branch.
1 parent 3f76d11 commit 2fb9efc

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed
 

‎.asf.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ github:
4949

5050
protected_branches:
5151
master: {}
52+
release-2.60.0: {}
5253
release-2.59.0: {}
5354
release-2.58.1: {}
5455
release-2.58.0: {}

‎gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ signing.gnupg.useLegacyGpg=true
3030
# buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy.
3131
# To build a custom Beam version make sure you change it in both places, see
3232
# 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
3535

3636
javaVersion=1.8
3737

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

+1-1
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.60.0.dev"
30+
SdkVersion = "2.61.0.dev"
3131

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

‎sdks/python/apache_beam/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
"""Apache Beam SDK version information and utilities."""
1919

20-
__version__ = '2.60.0.dev'
20+
__version__ = '2.61.0.dev'

‎sdks/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apache-beam",
3-
"version": "2.60.0-SNAPSHOT",
3+
"version": "2.61.0-SNAPSHOT",
44
"devDependencies": {
55
"@google-cloud/bigquery": "^5.12.0",
66
"@types/mocha": "^9.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.