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 e3f45249620 Moving to 2.55.0-SNAPSHOT on master branch.
e3f45249620 is described below

commit e3f452496202b989a2f0203dc12eb029e73984e2
Author: lostluck <actions@GitHub Actions 345.local>
AuthorDate: Wed Jan 24 22:36:31 2024 +0000

    Moving to 2.55.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 d126c562838..63e05f72052 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -49,6 +49,7 @@ github:
 
   protected_branches:
     master: {}
+    release-2.54.0: {}
     release-2.53.0: {}
     release-2.52.0: {}
     release-2.51.0: {}
diff --git a/gradle.properties b/gradle.properties
index 8f8736a100f..b76e071981a 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.54.0-SNAPSHOT
-sdk_version=2.54.0.dev
+version=2.55.0-SNAPSHOT
+sdk_version=2.55.0.dev
 
 javaVersion=1.8
 
diff --git a/sdks/go/pkg/beam/core/core.go b/sdks/go/pkg/beam/core/core.go
index 862b6eee94b..176c98b0f07 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.54.0.dev"
+       SdkVersion = "2.55.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 f0df92e31e5..73b908e0ef7 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.54.0.dev'
+__version__ = '2.55.0.dev'
diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json
index 8fc999bc9c9..023d3d10131 100644
--- a/sdks/typescript/package.json
+++ b/sdks/typescript/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-beam",
-  "version": "2.54.0-SNAPSHOT",
+  "version": "2.55.0-SNAPSHOT",
   "devDependencies": {
     "@google-cloud/bigquery": "^5.12.0",
     "@types/mocha": "^9.0.0",

Reply via email to