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.
This commit is contained in:
Eric Anderson 2015-09-16 14:06:44 -07:00
parent 24c398ed1c
commit d823d356a3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ subprojects {
apply plugin: "jacoco" apply plugin: "jacoco"
group = "io.grpc" group = "io.grpc"
version = "1.0.0-SNAPSHOT" version = "0.10.0-SNAPSHOT"
sourceCompatibility = 1.6 sourceCompatibility = 1.6
targetCompatibility = 1.6 targetCompatibility = 1.6