Update version to 0.8.0-SNAPSHOT for next cycle
diff --git a/build.gradle b/build.gradle
index 81a3ee6..14b36de 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@
     apply plugin: "jacoco"
 
     group = "io.grpc"
-    version = "0.7.0"
+    version = "0.8.0-SNAPSHOT"
 
     sourceCompatibility = 1.6
     targetCompatibility = 1.6