diff --git a/build.gradle b/build.gradle index fb216b444..817513651 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { } group "org.akhq" -version "0.21.0" +version "0.22.0" mainClassName = "org.akhq.App" sourceCompatibility = 11 diff --git a/helm/akhq/Chart.yaml b/helm/akhq/Chart.yaml index 7c3971595..9b2587b91 100644 --- a/helm/akhq/Chart.yaml +++ b/helm/akhq/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "0.21.0" +appVersion: "0.22.0" description: Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more... name: akhq -version: 0.2.8 +version: 0.2.9 keywords: - kafka - confluent