From 4f7bdbd694a9781075ad9b41c7a868d0196b9f43 Mon Sep 17 00:00:00 2001 From: Ronan Browne Date: Wed, 8 May 2024 15:42:36 +0100 Subject: [PATCH] ES-2351: 5.2 release branch versions should be bumped to 5.2.1 (#239) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that 5.2 has shipped, we can increment the patch version to .1  on various C5 repos. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c5a162a..b956378 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.stdlib.default.dependency=false # The version of cli-host we will publish -cliHostVersion=5.2.0 +cliHostVersion=5.2.1 # PF4J pf4jVersion=3.10.0