Skip to content

Commit

Permalink
chore(version): update to v0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jul 5, 2024
1 parent ef7aa28 commit cf173a6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ application {
mainClass.set("org.akhq.App")
}
group "org.akhq"
version "0.25.0"
version "0.25.1"

repositories {
mavenLocal()
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.25.0",
"version": "0.25.1",
"private": true,
"type": "module",
"homepage": "./ui",
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.25.0"
appVersion: "0.25.1"
description: Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
name: akhq
version: 0.25.0
version: 0.25.1
keywords:
- kafka
- confluent
Expand Down

0 comments on commit cf173a6

Please sign in to comment.