File tree 3 files changed +3
-3
lines changed
buildSrc/src/main/groovy/org/apache/beam/gradle
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ class BeamModulePlugin implements Plugin<Project> {
197
197
198
198
// Automatically use the official release version if we are performing a release
199
199
// otherwise append '-SNAPSHOT'
200
- project. version = ' 2.6 .0'
200
+ project. version = ' 2.7 .0'
201
201
if (! isRelease(project)) {
202
202
project. version + = ' -SNAPSHOT'
203
203
}
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ offlineRepositoryRoot=offline-repository
22
22
signing.gnupg.executable =gpg
23
23
signing.gnupg.useLegacyGpg =true
24
24
25
- version =2.6 .0-SNAPSHOT
25
+ version =2.7 .0-SNAPSHOT
Original file line number Diff line number Diff line change 18
18
"""Apache Beam SDK version information and utilities."""
19
19
20
20
21
- __version__ = '2.6 .0.dev'
21
+ __version__ = '2.7 .0.dev'
You can’t perform that action at this time.
0 commit comments