aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorEric Gribkoff <ericgribkoff@google.com>2018-01-30 15:13:55 -0800
committerGitHub <noreply@github.com>2018-01-30 15:13:55 -0800
commit2f05c2306394b982a8c165ebba4ac91c869ac313 (patch)
treec8d74d9cb195db2080bf06e8c737e7649d624477 /build.gradle
parentd792a72ea15156254e3b3735668e9c4539837fd3 (diff)
downloadgrpc-grpc-java-2f05c2306394b982a8c165ebba4ac91c869ac313.tar.gz
Start 1.11.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 c5cdb83f1..9d03d3bd2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -53,7 +53,7 @@ subprojects {
idea.module.inheritOutputDirs = true
group = "io.grpc"
- version = "1.10.0-SNAPSHOT" // CURRENT_GRPC_VERSION
+ version = "1.11.0-SNAPSHOT" // CURRENT_GRPC_VERSION
sourceCompatibility = 1.6
targetCompatibility = 1.6