From f5dde0798ca2a06e4ba6bf8d57f9bb4170961413 Mon Sep 17 00:00:00 2001 From: Marcella Souza Date: Tue, 3 Nov 2020 12:02:21 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20[DSY-1590]=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 9684d8ca6..31aeea3d6 100644 --- a/tools/publish.gradle +++ b/tools/publish.gradle @@ -6,7 +6,7 @@ if (file("github_credentials.properties").file) { } def getVersionName = { -> - return "3.0.0" + return "3.1.0" } def getGroupId = { ->