diff --git a/build.gradle b/build.gradle index a28e37398794..acaa2e3650b5 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.3' + version = '4.9.4-SNAPSHOT' repositories { mavenCentral()