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.36.0-SNAPSHOT
28- sdk_version =2.36.0.dev
27+ version =2.36.0
28+ sdk_version =2.36.0
2929
3030javaVersion =1.8
3131
Original file line number Diff line number Diff 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}
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.36.0.dev "
30+ SdkVersion = "2.36.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.36.0.dev '
20+ __version__ = '2.36.0'
You can’t perform that action at this time.
0 commit comments