Skip to content

Commit

Permalink
Set version for 2.39.0 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
y1chi committed May 19, 2022
1 parent 15a211e commit 23bb12f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Expand Up @@ -29,8 +29,8 @@ signing.gnupg.useLegacyGpg=true
# buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy.
# To build a custom Beam version make sure you change it in both places, see
# https://issues.apache.org/jira/browse/BEAM-14051.
version=2.39.0-SNAPSHOT
sdk_version=2.39.0.dev
version=2.39.0
sdk_version=2.39.0

javaVersion=1.8

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.39.0.dev"
SdkVersion = "2.39.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.39.0.dev'
__version__ = '2.39.0'

0 comments on commit 23bb12f

Please sign in to comment.