Skip to content

Commit

Permalink
chore(version): update to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Nov 9, 2022
1 parent 77cfd2d commit 4077659
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.22.0"
version "0.23.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.1.0",
"version": "0.23.0",
"private": true,
"homepage": "./ui",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion helm/akhq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4077659

Please sign in to comment.