Skip to content

Commit b95cc45

Browse files
committed
Set version for 2.40.0 RC2
1 parent 313f039 commit b95cc45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ signing.gnupg.useLegacyGpg=true
2929
# buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy.
3030
# To build a custom Beam version make sure you change it in both places, see
3131
# https://github.com/apache/beam/issues/21302.
32-
version=2.40.0-SNAPSHOT
33-
sdk_version=2.40.0.dev
32+
version=2.40.0
33+
sdk_version=2.40.0
3434

3535
javaVersion=1.8
3636

sdks/go/pkg/beam/core/core.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.40.0.dev"
30+
SdkVersion = "2.40.0"
3131
)

sdks/python/apache_beam/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

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

20-
__version__ = '2.40.0.dev'
20+
__version__ = '2.40.0'

0 commit comments

Comments
 (0)