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 9aa7286f722 Moving to 2.68.0-SNAPSHOT on master branch.
9aa7286f722 is described below
commit 9aa7286f72225df02541fd87f826f9dc7ae75068
Author: Amar3tto <actions@GitHub Actions 1002111833.local>
AuthorDate: Wed Jul 23 15:12:15 2025 +0000
Moving to 2.68.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 8f1d49fbb6f..6023b26998a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -51,6 +51,7 @@ github:
protected_branches:
master: {}
+ release-2.67: {}
release-2.66.0-postrelease: {}
release-2.66: {}
release-2.65.0-postrelease: {}
diff --git a/gradle.properties b/gradle.properties
index be42e301d9d..beb498d1194 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.67.0-SNAPSHOT
-sdk_version=2.67.0.dev
+version=2.68.0-SNAPSHOT
+sdk_version=2.68.0.dev
javaVersion=1.8
diff --git a/sdks/go/pkg/beam/core/core.go b/sdks/go/pkg/beam/core/core.go
index a0337d0d39a..843cfea0774 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.67.0.dev"
+ SdkVersion = "2.68.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 5799d90c2f1..8b6c2550238 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.67.0.dev'
+__version__ = '2.68.0.dev'
diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json
index fe1772d6abc..0ea99eee3a6 100644
--- a/sdks/typescript/package.json
+++ b/sdks/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "apache-beam",
- "version": "2.67.0-SNAPSHOT",
+ "version": "2.68.0-SNAPSHOT",
"devDependencies": {
"@google-cloud/bigquery": "^5.12.0",
"@types/mocha": "^9.0.0",