This is an automated email from the ASF dual-hosted git repository.

goenka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d671a6  Moving to 2.14.0-SNAPSHOT on master branch.
2d671a6 is described below

commit 2d671a65715ab831826c8adb7db2ef26f581158f
Author: Ankur Goenka <ankurgoe...@gmail.com>
AuthorDate: Thu May 9 09:49:15 2019 -0700

    Moving to 2.14.0-SNAPSHOT on master branch.
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
 gradle.properties                                                       | 2 +-
 sdks/python/apache_beam/version.py                                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy 
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index b0794fd..0657e1e 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -306,7 +306,7 @@ class BeamModulePlugin implements Plugin<Project> {
 
     // Automatically use the official release version if we are performing a 
release
     // otherwise append '-SNAPSHOT'
-    project.version = '2.13.0'
+    project.version = '2.14.0'
     if (!isRelease(project)) {
       project.version += '-SNAPSHOT'
     }
diff --git a/gradle.properties b/gradle.properties
index dddeac9..f0ed4b4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -23,4 +23,4 @@ offlineRepositoryRoot=offline-repository
 signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
-version=2.13.0-SNAPSHOT
+version=2.14.0-SNAPSHOT
diff --git a/sdks/python/apache_beam/version.py 
b/sdks/python/apache_beam/version.py
index 6f23e64..d4053e6 100644
--- a/sdks/python/apache_beam/version.py
+++ b/sdks/python/apache_beam/version.py
@@ -18,4 +18,4 @@
 """Apache Beam SDK version information and utilities."""
 
 
-__version__ = '2.13.0.dev'
+__version__ = '2.14.0.dev'

Reply via email to