From fd5a3faf8a27b1999f3aa6fe1167317d01d06bb0 Mon Sep 17 00:00:00 2001 From: Serban Iordache Date: Mon, 31 Aug 2020 10:10:21 +0200 Subject: [PATCH] bump version to 1.11.5 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a3d85c10..21da04a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ badassRuntimePluginVersionMajor = 1 badassRuntimePluginVersionMinor = 11 -badassRuntimePluginVersionPatch = 4 +badassRuntimePluginVersionPatch = 5 # badassRuntimePluginVersionLabel = rc-1 -badassRuntimePluginReleaseBuild = true +badassRuntimePluginReleaseBuild = false