Skip to content

Commit

Permalink
Set version for 2.37.0 RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNeuralBit committed Feb 28, 2022
1 parent 86b7cfa commit d97c521
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Expand Up @@ -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.37.0
sdk_version=2.37.0

javaVersion=1.8

Expand Down
2 changes: 1 addition & 1 deletion runners/google-cloud-dataflow-java/build.gradle
Expand Up @@ -55,7 +55,7 @@ processResources {
'dataflow.legacy_environment_major_version' : '8',
'dataflow.fnapi_environment_major_version' : '8',
'dataflow.legacy_container_version' : 'beam-2.37.0',
'dataflow.fnapi_container_version' : 'beam-2.37.0',
'dataflow.fnapi_container_version' : '2.37.0',
'dataflow.container_base_repository' : 'gcr.io/cloud-dataflow/v1beta3',
]
}
Expand Down
2 changes: 1 addition & 1 deletion sdks/go/pkg/beam/core/core.go
Expand Up @@ -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.37.0"
)
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/version.py
Expand Up @@ -17,4 +17,4 @@

"""Apache Beam SDK version information and utilities."""

__version__ = '2.37.0.dev'
__version__ = '2.37.0'

0 comments on commit d97c521

Please sign in to comment.