Skip to content

Commit

Permalink
Create release branch for version 2.28.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
chamikaramj committed Jan 27, 2021
1 parent 280107a commit a946429
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ signing.gnupg.executable=gpg
signing.gnupg.useLegacyGpg=true

version=2.28.0-SNAPSHOT
sdk_version=2.28.0.dev
sdk_version=2.28.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-master-20200629'
'dataflow.container_version' : 'beam-2.28.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.28.0.dev"
SdkVersion = "2.28.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.28.0.dev'
__version__ = '2.28.0'

0 comments on commit a946429

Please sign in to comment.