diff --git a/build.gradle b/build.gradle index 8de54a4de4b8..1f74c4a3083c 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.9.2' + version = '4.9.3-SNAPSHOT' repositories { mavenCentral()