diff --git a/build.gradle b/build.gradle index e7a1b77bc..f60945c74 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { } group "org.akhq" -version "0.23.0" +version "0.24.0" mainClassName = "org.akhq.App" sourceCompatibility = 11 diff --git a/client/package.json b/client/package.json index 1064a77dc..84ee06e0e 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "akhq-front-end", - "version": "0.23.0", + "version": "0.24.0", "private": true, "homepage": "./ui", "dependencies": { diff --git a/helm/akhq/Chart.yaml b/helm/akhq/Chart.yaml index a419e4041..fb4e38c2c 100644 --- a/helm/akhq/Chart.yaml +++ b/helm/akhq/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "0.23.0" +appVersion: "0.24.0" description: Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more... name: akhq -version: 0.3.1 +version: 0.24.0 keywords: - kafka - confluent