File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
runners/google-cloud-dataflow-java Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ offlineRepositoryRoot=offline-repository
2424signing.gnupg.executable =gpg
2525signing.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
3030javaVersion =1.8
3131
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 1717
1818"""Apache Beam SDK version information and utilities."""
1919
20- __version__ = '2.34.0.dev '
20+ __version__ = '2.34.0'
You can’t perform that action at this time.
0 commit comments