diff --git a/build.gradle b/build.gradle index f2d60a918..cafc5cffd 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { } group "org.akhq" -version "0.22.0" +version "0.23.0" mainClassName = "org.akhq.App" sourceCompatibility = 11 diff --git a/client/package.json b/client/package.json index e0203f6f7..717b56754 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "akhq-front-end", - "version": "0.1.0", + "version": "0.23.0", "private": true, "homepage": "./ui", "dependencies": { diff --git a/helm/akhq/Chart.yaml b/helm/akhq/Chart.yaml index 6fb133466..41551beba 100644 --- a/helm/akhq/Chart.yaml +++ b/helm/akhq/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.22.0" +appVersion: "0.23.0" description: Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more... name: akhq version: 0.3.0