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 8a9011382e5 Moving to 2.72.0-SNAPSHOT on master branch.
8a9011382e5 is described below
commit 8a9011382e54b8a39d7105d2949d8d0d079e1d3a
Author: damccorm <actions@GitHub Actions 1010189889.local>
AuthorDate: Wed Jan 7 14:46:54 2026 +0000
Moving to 2.72.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 29ad6bab919..b7aa0ca2c69 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -51,6 +51,7 @@ github:
protected_branches:
master: {}
+ release-2.71: {}
release-2.70.0-postrelease: {}
release-2.70: {}
release-2.69.0-postrelease: {}
diff --git a/gradle.properties b/gradle.properties
index f2ea56da8b1..83acb8db1c6 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.71.0-SNAPSHOT
-sdk_version=2.71.0.dev
+version=2.72.0-SNAPSHOT
+sdk_version=2.72.0.dev
javaVersion=1.8
diff --git a/scripts/beam-sql.sh b/scripts/beam-sql.sh
index 44609f3afb7..0b397a708b9 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.71.0"
+DEFAULT_BEAM_VERSION="2.72.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 7220945de55..18de8bc9248 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.71.0.dev"
+ SdkVersion = "2.72.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 1221fa1d092..6e766f8fea3 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.71.0.dev'
+__version__ = '2.72.0.dev'
diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json
index 152092868cd..924d8db0c58 100644
--- a/sdks/typescript/package.json
+++ b/sdks/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "apache-beam",
- "version": "2.71.0-SNAPSHOT",
+ "version": "2.72.0-SNAPSHOT",
"devDependencies": {
"@google-cloud/bigquery": "^5.12.0",
"@types/mocha": "^9.0.0",