This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 080c80a9573 Moving to 2.59.0-SNAPSHOT on master branch.
080c80a9573 is described below
commit 080c80a95736e7ec914e0712a72b727c9d57391d
Author: jrmccluskey <actions@GitHub Actions 202.local>
AuthorDate: Wed Jul 10 15:51:33 2024 +0000
Moving to 2.59.0-SNAPSHOT on master branch.
---
.asf.yaml | 1 +
gradle.properties | 4 ++--
sdks/go/pkg/beam/core/core.go | 2 +-
sdks/python/apache_beam/version.py | 2 +-
sdks/typescript/package.json | 2 +-
5 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 95e7add2391..3fba2f41a85 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -49,6 +49,7 @@ github:
protected_branches:
master: {}
+ release-2.58.0: {}
release-2.57.0: {}
release-2.56.0: {}
release-2.55.1: {}
diff --git a/gradle.properties b/gradle.properties
index 931c925c0ef..9db48fd21e8 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -30,8 +30,8 @@ signing.gnupg.useLegacyGpg=true
# buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy.
# To build a custom Beam version make sure you change it in both places, see
# https://github.com/apache/beam/issues/21302.
-version=2.58.0-SNAPSHOT
-sdk_version=2.58.0.dev
+version=2.59.0-SNAPSHOT
+sdk_version=2.59.0.dev
javaVersion=1.8
diff --git a/sdks/go/pkg/beam/core/core.go b/sdks/go/pkg/beam/core/core.go
index 284db342eef..2b449534409 100644
--- a/sdks/go/pkg/beam/core/core.go
+++ b/sdks/go/pkg/beam/core/core.go
@@ -27,7 +27,7 @@ const (
// SdkName is the human readable name of the SDK for UserAgents.
SdkName = "Apache Beam SDK for Go"
// SdkVersion is the current version of the SDK.
- SdkVersion = "2.58.0.dev"
+ SdkVersion = "2.59.0.dev"
// DefaultDockerImage represents the associated image for this release.
DefaultDockerImage = "apache/beam_go_sdk:" + SdkVersion
diff --git a/sdks/python/apache_beam/version.py
b/sdks/python/apache_beam/version.py
index 8a04408c17d..7bebe118a63 100644
--- a/sdks/python/apache_beam/version.py
+++ b/sdks/python/apache_beam/version.py
@@ -17,4 +17,4 @@
"""Apache Beam SDK version information and utilities."""
-__version__ = '2.58.0.dev'
+__version__ = '2.59.0.dev'
diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json
index f62c9c6de58..87a1fca269f 100644
--- a/sdks/typescript/package.json
+++ b/sdks/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "apache-beam",
- "version": "2.58.0-SNAPSHOT",
+ "version": "2.59.0-SNAPSHOT",
"devDependencies": {
"@google-cloud/bigquery": "^5.12.0",
"@types/mocha": "^9.0.0",