Skip to content

Commit 4077659

Browse files
committed
chore(version): update to 0.23.0
1 parent 77cfd2d commit 4077659

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group "org.akhq"
16-
version "0.22.0"
16+
version "0.23.0"
1717
mainClassName = "org.akhq.App"
1818
sourceCompatibility = 11
1919

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "akhq-front-end",
3-
"version": "0.1.0",
3+
"version": "0.23.0",
44
"private": true,
55
"homepage": "./ui",
66
"dependencies": {

helm/akhq/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "0.22.0"
2+
appVersion: "0.23.0"
33
description: Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
44
name: akhq
55
version: 0.3.0

0 commit comments

Comments
 (0)