aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorKun Zhang <zhangkun83@users.noreply.github.com>2017-12-18 10:28:02 -0800
committerGitHub <noreply@github.com>2017-12-18 10:28:02 -0800
commit04420dfdf7f6c05ee00c54eac27bda41111a49b6 (patch)
tree3253d159aeb4358dc45fd68a7f85fa958da78e2e /build.gradle
parent9358fc7233d81a120f1c35825fd9e26a13977765 (diff)
downloadgrpc-grpc-java-04420dfdf7f6c05ee00c54eac27bda41111a49b6.tar.gz
Start 1.10.0 development cycle (#3877)
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 dde7b2df7..2dc774d79 100644
--- a/build.gradle
+++ b/build.gradle
@@ -50,7 +50,7 @@ subprojects {
idea.module.inheritOutputDirs = true
group = "io.grpc"
- version = "1.9.0-SNAPSHOT" // CURRENT_GRPC_VERSION
+ version = "1.10.0-SNAPSHOT" // CURRENT_GRPC_VERSION
sourceCompatibility = 1.6
targetCompatibility = 1.6