aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-03-12 18:34:53 -0700
committerEric Anderson <ejona@google.com>2018-03-13 09:04:25 -0700
commit11c8bcde1b03241d40a8fe826909042a9942d716 (patch)
tree3c8e95e6020eb54f9306c01a716ba31dfe53ccdb /build.gradle
parent7852b347817a91506e0e8e8532c3ef6418cad912 (diff)
downloadgrpc-grpc-java-11c8bcde1b03241d40a8fe826909042a9942d716.tar.gz
Start 1.12.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 9a60aba1a..157b23ef9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -52,7 +52,7 @@ subprojects {
idea.module.inheritOutputDirs = true
group = "io.grpc"
- version = "1.11.0-SNAPSHOT" // CURRENT_GRPC_VERSION
+ version = "1.12.0-SNAPSHOT" // CURRENT_GRPC_VERSION
sourceCompatibility = 1.6
targetCompatibility = 1.6