From 99f3436f8476fc5306f1115e7bfe99c6c4ae7db9 Mon Sep 17 00:00:00 2001 From: Guilherme Leonel Date: Wed, 19 Aug 2020 13:42:32 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20[DSY-000]=20Upgrade=20lib?= =?UTF-8?q?=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/publish.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/publish.gradle b/tools/publish.gradle index e8b7ae536..aaef8c9b8 100644 --- a/tools/publish.gradle +++ b/tools/publish.gradle @@ -6,7 +6,7 @@ if (file("github_credentials.properties").file) { } def getVersionName = { -> - return "2.3.1" + return "2.4.0" } def getGroupId = { ->