Skip to content

Commit 81f3a16

Browse files
committed
Set version for 2.36.0 RC3
1 parent 3819f2a commit 81f3a16

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ offlineRepositoryRoot=offline-repository
2424
signing.gnupg.executable=gpg
2525
signing.gnupg.useLegacyGpg=true
2626

27-
version=2.36.0-SNAPSHOT
28-
sdk_version=2.36.0.dev
27+
version=2.36.0
28+
sdk_version=2.36.0
2929

3030
javaVersion=1.8
3131

runners/google-cloud-dataflow-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ processResources {
5555
'dataflow.legacy_environment_major_version' : '8',
5656
'dataflow.fnapi_environment_major_version' : '8',
5757
'dataflow.legacy_container_version' : 'beam-2.36.0',
58-
'dataflow.fnapi_container_version' : 'beam-2.36.0',
58+
'dataflow.fnapi_container_version' : '2.36.0',
5959
'dataflow.container_base_repository' : 'gcr.io/cloud-dataflow/v1beta3',
6060
]
6161
}

sdks/go/pkg/beam/core/core.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ const (
2727
// SdkName is the human readable name of the SDK for UserAgents.
2828
SdkName = "Apache Beam SDK for Go"
2929
// SdkVersion is the current version of the SDK.
30-
SdkVersion = "2.36.0.dev"
30+
SdkVersion = "2.36.0"
3131
)

sdks/python/apache_beam/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

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

20-
__version__ = '2.36.0.dev'
20+
__version__ = '2.36.0'

0 commit comments

Comments
 (0)