This is an automated email from the ASF dual-hosted git repository.
goenka pushed a commit to branch release-2.32.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.32.0 by this push:
new 87d0050 remove dev and snapshot from beam version
87d0050 is described below
commit 87d005061d577205cfac0ca025f2b425fb289a6d
Author: Ankur Goenka <[email protected]>
AuthorDate: Wed Jul 21 21:14:09 2021 -0700
remove dev and snapshot from beam version
---
gradle.properties | 4 ++--
sdks/go/pkg/beam/core/core.go | 2 +-
sdks/python/apache_beam/version.py | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index 9661844..417baf0 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -24,8 +24,8 @@ offlineRepositoryRoot=offline-repository
signing.gnupg.executable=gpg
signing.gnupg.useLegacyGpg=true
-version=2.32.0-SNAPSHOT
-sdk_version=2.32.0.dev
+version=2.32.0
+sdk_version=2.32.0
javaVersion=1.8
diff --git a/sdks/go/pkg/beam/core/core.go b/sdks/go/pkg/beam/core/core.go
index 981570a..fdb331e 100644
--- a/sdks/go/pkg/beam/core/core.go
+++ b/sdks/go/pkg/beam/core/core.go
@@ -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.32.0.dev"
+ SdkVersion = "2.32.0"
)
diff --git a/sdks/python/apache_beam/version.py
b/sdks/python/apache_beam/version.py
index a3eb9eb..2615b5f 100644
--- a/sdks/python/apache_beam/version.py
+++ b/sdks/python/apache_beam/version.py
@@ -17,4 +17,4 @@
"""Apache Beam SDK version information and utilities."""
-__version__ = '2.32.0.dev'
+__version__ = '2.32.0'