From 0c7466cdf7b7c5caceab5b91bc250316cd4d3512 Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Wed, 12 Aug 2015 15:10:22 -0700 Subject: [PATCH] Bump gRPC to version 0.9.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa628794f18e..a8bf247efbd1 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ subprojects { apply plugin: "jacoco" group = "io.grpc" - version = "0.8.0-SNAPSHOT" + version = "0.9.0-SNAPSHOT" sourceCompatibility = 1.6 targetCompatibility = 1.6