From 370ebcffe67ef552e30e866bd622da5291a6f5b3 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Sun, 17 May 2020 13:53:06 -0400 Subject: [PATCH] Prepare next development version. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f3b2b3db3..8c66726bd 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ ext.publishedArtifactId = { project -> allprojects { group = 'com.squareup.okhttp3' project.ext.artifactId = rootProject.ext.publishedArtifactId(project) - version = '4.7.0' + version = '4.8.0-SNAPSHOT' repositories { mavenCentral()