Skip to content

Commit

Permalink
Set version for 2.29.0 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed Apr 12, 2021
1 parent 3b39b41 commit d7f44ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ offlineRepositoryRoot=offline-repository
signing.gnupg.executable=gpg
signing.gnupg.useLegacyGpg=true

version=2.29.0-SNAPSHOT
sdk_version=2.29.0.dev
version=2.29.0
sdk_version=2.29.0

javaVersion=1.8

Expand Down
2 changes: 1 addition & 1 deletion runners/google-cloud-dataflow-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ processResources {
filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [
'dataflow.legacy_environment_major_version' : '8',
'dataflow.fnapi_environment_major_version' : '8',
'dataflow.container_version' : 'beam-2.29.0',
'dataflow.container_version' : 'beam-2.29.0'
]
}

Expand Down
2 changes: 1 addition & 1 deletion sdks/go/pkg/beam/core/core.go
Original file line number Diff line number Diff line change
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.29.0.dev"
SdkVersion = "2.29.0"
)
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

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

__version__ = '2.29.0.dev'
__version__ = '2.29.0'

0 comments on commit d7f44ed

Please sign in to comment.