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 @@ -284,7 +284,7 @@ class BeamModulePlugin implements Plugin<Project> {
284
284
285
285
// Automatically use the official release version if we are performing a release
286
286
// otherwise append '-SNAPSHOT'
287
- project. version = ' 2.12 .0'
287
+ project. version = ' 2.13 .0'
288
288
if (! isRelease(project)) {
289
289
project. version + = ' -SNAPSHOT'
290
290
}
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ offlineRepositoryRoot=offline-repository
23
23
signing.gnupg.executable =gpg
24
24
signing.gnupg.useLegacyGpg =true
25
25
26
- version =2.12 .0-SNAPSHOT
26
+ version =2.13 .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.12 .0.dev'
21
+ __version__ = '2.13 .0.dev'
You can’t perform that action at this time.
0 commit comments