Skip to content

Commit 4a3cb69

Browse files
committed
Moving to 2.13.0-SNAPSHOT on master branch.
1 parent 1d9daf1 commit 4a3cb69

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
@@ -284,7 +284,7 @@ class BeamModulePlugin implements Plugin<Project> {
284284

285285
// Automatically use the official release version if we are performing a release
286286
// otherwise append '-SNAPSHOT'
287-
project.version = '2.12.0'
287+
project.version = '2.13.0'
288288
if (!isRelease(project)) {
289289
project.version += '-SNAPSHOT'
290290
}

gradle.properties

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

26-
version=2.12.0-SNAPSHOT
26+
version=2.13.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.12.0.dev'
21+
__version__ = '2.13.0.dev'

0 commit comments

Comments
 (0)