From fcf76b208173697e14d36a069d7786fe18655c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aindri=C3=BA=20Lavelle?= <121855584+aindriu-aiven@users.noreply.github.com> Date: Wed, 22 Nov 2023 11:05:31 +0000 Subject: [PATCH] Update Release version 2.6.1 (#2009) Signed-off-by: Aindriu Lavelle --- Makefile | 2 +- bin/run-klaw.sh | 2 +- openapi.yaml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 45c4ebce30..660d60fcec 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version = 2.6.0 +version = 2.6.1 # Sets a custom hook path in the local git config. # Currently there's only a pre-commit hook related diff --git a/bin/run-klaw.sh b/bin/run-klaw.sh index 52573987ba..f8b8febd66 100644 --- a/bin/run-klaw.sh +++ b/bin/run-klaw.sh @@ -1,7 +1,7 @@ #!/bin/bash # Declarations -version=2.6.0 +version=2.6.1 core_lib=./core/target/klaw-${version}.jar cluster_lib=./cluster-api/target/cluster-api-${version}.jar core_config=./core/target/classes/application.properties diff --git a/openapi.yaml b/openapi.yaml index 49e1c717fd..dfd1456770 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10,7 +10,7 @@ "name" : "Apache 2.0", "url" : "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version" : "2.6.0" + "version" : "2.6.1" }, "externalDocs" : { "description" : "Klaw documentation", diff --git a/pom.xml b/pom.xml index ac7f164776..10315a1dbf 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 2.6.0 + 2.6.1 UTF-8 UTF-8 17