Skip to content

Commit

Permalink
chore(version): update to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Apr 4, 2023
1 parent c792164 commit a0d2ec6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group "org.akhq"
version "0.23.0"
version "0.24.0"
mainClassName = "org.akhq.App"
sourceCompatibility = 11

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akhq-front-end",
"version": "0.23.0",
"version": "0.24.0",
"private": true,
"homepage": "./ui",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions helm/akhq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a0d2ec6

Please sign in to comment.