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 744275030ac Moving to 2.71.0-SNAPSHOT on master branch.
744275030ac is described below

commit 744275030ac3f1e5e6e87c0888eb05b38948b0ba
Author: Amar3tto <actions@GitHub Actions 1008016337.local>
AuthorDate: Wed Nov 26 16:11:17 2025 +0000

    Moving to 2.71.0-SNAPSHOT on master branch.
---
 .asf.yaml                          | 1 +
 gradle.properties                  | 4 ++--
 scripts/beam-sql.sh                | 2 +-
 sdks/go/pkg/beam/core/core.go      | 2 +-
 sdks/python/apache_beam/version.py | 2 +-
 sdks/typescript/package.json       | 2 +-
 6 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index af5abad0bf4..5f3822f0e54 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -51,6 +51,7 @@ github:
 
   protected_branches:
     master: {}
+    release-2.70: {}
     release-2.69.0-postrelease: {}
     release-2.69: {}
     release-2.68.0-postrelease: {}
diff --git a/gradle.properties b/gradle.properties
index 311b7800706..f2ea56da8b1 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.70.0-SNAPSHOT
-sdk_version=2.70.0.dev
+version=2.71.0-SNAPSHOT
+sdk_version=2.71.0.dev
 
 javaVersion=1.8
 
diff --git a/scripts/beam-sql.sh b/scripts/beam-sql.sh
index 5f527ee50cc..44609f3afb7 100755
--- a/scripts/beam-sql.sh
+++ b/scripts/beam-sql.sh
@@ -22,7 +22,7 @@
 set -e # Exit immediately if a command exits with a non-zero status.
 
 # --- Configuration ---
-DEFAULT_BEAM_VERSION="2.70.0"
+DEFAULT_BEAM_VERSION="2.71.0"
 MAIN_CLASS="org.apache.beam.sdk.extensions.sql.jdbc.BeamSqlLine"
 # Directory to store cached executable JAR files
 CACHE_DIR="${HOME}/.beam/cache"
diff --git a/sdks/go/pkg/beam/core/core.go b/sdks/go/pkg/beam/core/core.go
index 83d5c7e243c..7220945de55 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.70.0.dev"
+       SdkVersion = "2.71.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 d7fa108bb8c..1221fa1d092 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.70.0.dev'
+__version__ = '2.71.0.dev'
diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json
index 34f7b6ca649..152092868cd 100644
--- a/sdks/typescript/package.json
+++ b/sdks/typescript/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-beam",
-  "version": "2.70.0-SNAPSHOT",
+  "version": "2.71.0-SNAPSHOT",
   "devDependencies": {
     "@google-cloud/bigquery": "^5.12.0",
     "@types/mocha": "^9.0.0",

Reply via email to