From 86acfbd65a4d1030b3827afb57b8c45c35465879 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Sun, 21 Nov 2021 20:20:16 -0500 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 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()