Skip to content

Commit a39a1d0

Browse files
committed
chore(version): update to 0.26.0
1 parent 64cbca2 commit a39a1d0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ application {
2121
mainClass.set("org.akhq.App")
2222
}
2323
group "org.akhq"
24-
version "0.25.1"
24+
version "0.26.0"
2525

2626
repositories {
2727
mavenLocal()

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.25.1",
3+
"version": "0.26.0",
44
"private": true,
55
"type": "module",
66
"homepage": "./ui",

helm/akhq/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "0.25.1"
2+
appVersion: "0.26.0"
33
description: Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
44
name: akhq
5-
version: 0.25.1
5+
version: 0.26.0
66
keywords:
77
- kafka
88
- confluent

0 commit comments

Comments
 (0)