Skip to content

Commit 31c2b76

Browse files
committed
Moving to 2.33.0-SNAPSHOT on master branch.
1 parent 09d4fab commit 31c2b76

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ class BeamModulePlugin implements Plugin<Project> {
361361

362362
// Automatically use the official release version if we are performing a release
363363
// otherwise append '-SNAPSHOT'
364-
project.version = '2.32.0'
364+
project.version = '2.33.0'
365365
if (!isRelease(project)) {
366366
project.version += '-SNAPSHOT'
367367
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ offlineRepositoryRoot=offline-repository
2424
signing.gnupg.executable=gpg
2525
signing.gnupg.useLegacyGpg=true
2626

27-
version=2.32.0-SNAPSHOT
28-
sdk_version=2.32.0.dev
27+
version=2.33.0-SNAPSHOT
28+
sdk_version=2.33.0.dev
2929

3030
javaVersion=1.8
3131

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.32.0.dev"
30+
SdkVersion = "2.33.0.dev"
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.32.0.dev'
20+
__version__ = '2.33.0.dev'

0 commit comments

Comments
 (0)