diff --git a/build.gradle b/build.gradle index 12b68db9c..7792a7a1b 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.1' + version = '4.9.2-SNAPSHOT' repositories { mavenCentral()