Skip to content

Commit b3b1843

Browse files
author
Kyle Weaver
committed
Set version for 2.34.0 RC2
1 parent bec9149 commit b3b1843

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.34.0-SNAPSHOT
28-
sdk_version=2.34.0.dev
27+
version=2.34.0
28+
sdk_version=2.34.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
@@ -46,7 +46,7 @@ processResources {
4646
'dataflow.legacy_environment_major_version' : '8',
4747
'dataflow.fnapi_environment_major_version' : '8',
4848
'dataflow.legacy_container_version' : 'beam-2.34.0',
49-
'dataflow.fnapi_container_version' : 'beam-2.34.0',
49+
'dataflow.fnapi_container_version' : '2.34.0',
5050
'dataflow.container_base_repository' : 'gcr.io/cloud-dataflow/v1beta3',
5151
]
5252
}

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.34.0.dev"
30+
SdkVersion = "2.34.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.34.0.dev'
20+
__version__ = '2.34.0'

0 commit comments

Comments
 (0)