Skip to content

Commit

Permalink
Moving to 2.43.0-SNAPSHOT on master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Sep 8, 2022
1 parent 4ec319d commit f3cdbbf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ class BeamModulePlugin implements Plugin<Project> {

// Automatically use the official release version if we are performing a release
// otherwise append '-SNAPSHOT'
project.version = '2.42.0'
project.version = '2.43.0'
if (!isRelease(project)) {
project.version += '-SNAPSHOT'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
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://github.com/apache/beam/issues/21302.
version=2.42.0-SNAPSHOT
sdk_version=2.42.0.dev
version=2.43.0-SNAPSHOT
sdk_version=2.43.0.dev

javaVersion=1.8

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.42.0.dev"
SdkVersion = "2.43.0.dev"
)
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.42.0.dev'
__version__ = '2.43.0.dev'

0 comments on commit f3cdbbf

Please sign in to comment.