From 9074b619b430726ef537ec616a17371c07c43431 Mon Sep 17 00:00:00 2001 From: Ben Manes Date: Sun, 21 Feb 2021 13:48:53 -0800 Subject: [PATCH] Released 3.0; prepare for next development version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4445a97095..a5100390fb 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ allprojects { version.with { major = 3 // incompatible API changes minor = 0 // backwards-compatible additions - patch = 0 // backwards-compatible bug fixes + patch = 1 // backwards-compatible bug fixes releaseBuild = rootProject.hasProperty('release') } }