From d823d356a300d65f768ea13a9308fc443a00d58c Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Wed, 16 Sep 2015 14:06:44 -0700 Subject: [PATCH] Change version to 0.10.0-SNAPSHOT We aren't 100% certain the next release is 1.0, so swap to a more conservative number for snapshots. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 55eee1ccef..28dfb98afc 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ subprojects { apply plugin: "jacoco" group = "io.grpc" - version = "1.0.0-SNAPSHOT" + version = "0.10.0-SNAPSHOT" sourceCompatibility = 1.6 targetCompatibility = 1.6