aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorKun Zhang <zhangkun83@users.noreply.github.com>2018-08-27 17:21:46 -0700
committerGitHub <noreply@github.com>2018-08-27 17:21:46 -0700
commit28d44ae46db412e614e502211fd74fe6194997a1 (patch)
tree89030eaadaa9e560abe3d090b0ccf2c700987232 /build.gradle
parent7b126b00a0f02a3d244ad6065b0fdb7ffebe4115 (diff)
downloadgrpc-grpc-java-28d44ae46db412e614e502211fd74fe6194997a1.tar.gz
Start 1.16.0 development cycle (#4803)
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 e4d6140d9..2297beda0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -53,7 +53,7 @@ subprojects {
idea.module.inheritOutputDirs = true
group = "io.grpc"
- version = "1.15.0-SNAPSHOT" // CURRENT_GRPC_VERSION
+ version = "1.16.0-SNAPSHOT" // CURRENT_GRPC_VERSION
sourceCompatibility = 1.7
targetCompatibility = 1.7