Skip to content

Commit

Permalink
Set version for 2.33.0 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
udim committed Oct 1, 2021
1 parent d916c1f commit ae8431f
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.33.0-SNAPSHOT
sdk_version=2.33.0.dev
version=2.33.0
sdk_version=2.33.0

javaVersion=1.8

Expand Down
2 changes: 1 addition & 1 deletion runners/google-cloud-dataflow-java/build.gradle
Expand Up @@ -46,7 +46,7 @@ processResources {
'dataflow.legacy_environment_major_version' : '8',
'dataflow.fnapi_environment_major_version' : '8',
'dataflow.legacy_container_version' : 'beam-2.33.0',
'dataflow.fnapi_container_version' : 'beam-2.33.0',
'dataflow.fnapi_container_version' : '2.33.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.33.0.dev"
SdkVersion = "2.33.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.33.0.dev'
__version__ = '2.33.0'

0 comments on commit ae8431f

Please sign in to comment.