From e71f8ffe10b57752b7fe2bfa34392d8baef0d969 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Fri, 11 Sep 2020 17:08:20 -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 d3e27e27b..a9597c38c 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.0' + version = '4.10.0-SNAPSHOT' repositories { mavenCentral()