aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorZHANG Dapeng <zdapeng@google.com>2018-06-04 16:08:31 -0700
committerGitHub <noreply@github.com>2018-06-04 16:08:31 -0700
commit8a3e623be77ca8fc5bafd82ab21fa83607405c85 (patch)
tree09c8deeae787027310dabd008266836361e574bb /build.gradle
parent2a127ce3e7854a7de942f44c8938f459ab3ecac3 (diff)
downloadgrpc-grpc-java-8a3e623be77ca8fc5bafd82ab21fa83607405c85.tar.gz
Start 1.14.0 development cycle
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index f409f5f5d..39491a87d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -52,7 +52,7 @@ subprojects {
idea.module.inheritOutputDirs = true
group = "io.grpc"
- version = "1.13.0-SNAPSHOT" // CURRENT_GRPC_VERSION
+ version = "1.14.0-SNAPSHOT" // CURRENT_GRPC_VERSION
sourceCompatibility = 1.6
targetCompatibility = 1.6