Skip to content

Commit 4c76dad

Browse files
committed
Moving to 2.7.0-SNAPSHOT on master branch.
1 parent 82a4fca commit 4c76dad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class BeamModulePlugin implements Plugin<Project> {
197197

198198
// Automatically use the official release version if we are performing a release
199199
// otherwise append '-SNAPSHOT'
200-
project.version = '2.6.0'
200+
project.version = '2.7.0'
201201
if (!isRelease(project)) {
202202
project.version += '-SNAPSHOT'
203203
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ offlineRepositoryRoot=offline-repository
2222
signing.gnupg.executable=gpg
2323
signing.gnupg.useLegacyGpg=true
2424

25-
version=2.6.0-SNAPSHOT
25+
version=2.7.0-SNAPSHOT

sdks/python/apache_beam/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
"""Apache Beam SDK version information and utilities."""
1919

2020

21-
__version__ = '2.6.0.dev'
21+
__version__ = '2.7.0.dev'

0 commit comments

Comments
 (0)