This is an automated email from the ASF dual-hosted git repository.

emilyye pushed a commit to branch release-2.36.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 79120fdaaa8ec86e209194853d4802786dd51049
Author: Emily Ye <emil...@google.com>
AuthorDate: Thu Jan 20 17:08:21 2022 -0800

    (release recut) Revert "Moving to 2.37.0-SNAPSHOT on master branch."
    
    This reverts commit 28ea3f81a59a7b96945b13ee2af4bc5bc8d3fbd7.
---
 .../src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy    | 2 +-
 gradle.properties                                                     | 4 ++--
 sdks/go/pkg/beam/core/core.go                                         | 2 +-
 sdks/python/apache_beam/version.py                                    | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy 
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index d551554..008a4cb 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -378,7 +378,7 @@ class BeamModulePlugin implements Plugin<Project> {
 
     // Automatically use the official release version if we are performing a 
release
     // otherwise append '-SNAPSHOT'
-    project.version = '2.37.0'
+    project.version = '2.36.0'
     if (!isRelease(project)) {
       project.version += '-SNAPSHOT'
     }
diff --git a/gradle.properties b/gradle.properties
index 5876c34..bc0dc86 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -24,8 +24,8 @@ offlineRepositoryRoot=offline-repository
 signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
-version=2.37.0-SNAPSHOT
-sdk_version=2.37.0.dev
+version=2.36.0-SNAPSHOT
+sdk_version=2.36.0.dev
 
 javaVersion=1.8
 
diff --git a/sdks/go/pkg/beam/core/core.go b/sdks/go/pkg/beam/core/core.go
index 0f23e86..506672f 100644
--- a/sdks/go/pkg/beam/core/core.go
+++ b/sdks/go/pkg/beam/core/core.go
@@ -27,5 +27,5 @@ 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.37.0.dev"
+       SdkVersion = "2.36.0.dev"
 )
diff --git a/sdks/python/apache_beam/version.py 
b/sdks/python/apache_beam/version.py
index f80b339..fb7b7d1 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.37.0.dev'
+__version__ = '2.36.0.dev'

Reply via email to