suztomo commented on a change in pull request #14921:
URL: https://github.com/apache/beam/pull/14921#discussion_r644822477
##########
File path: gradle.properties
##########
@@ -24,8 +24,8 @@ offlineRepositoryRoot=offline-repository
signing.gnupg.executable=gpg
signing.gnupg.useLegacyGpg=true
-version=2.30.0-SNAPSHOT
-sdk_version=2.30.0.dev
+version=2.30.0
+sdk_version=2.30.0
Review comment:
These are not part of testing the sp versions.
##########
File path: 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.30.0.dev"
+ SdkVersion = "2.30.0"
Review comment:
These are not part of testing the sp versions.
##########
File path: sdks/python/apache_beam/version.py
##########
@@ -17,4 +17,4 @@
"""Apache Beam SDK version information and utilities."""
-__version__ = '2.30.0.dev'
+__version__ = '2.30.0'
Review comment:
These are not part of testing the sp versions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]