Skip to content

Commit

Permalink
chore(version): update to version '0.19.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Oct 29, 2021
1 parent 82c5b94 commit ab23675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ plugins {
id 'com.github.psxpaul.execfork' version '0.1.15'
id "com.github.ben-manes.versions" version "0.39.0"
id "com.github.davidmc24.gradle.plugin.avro" version "1.2.0"
id "com.palantir.git-version" version "0.12.3"
}

group "org.akhq"
// Grab version from last Git tag with git-version plugin
def gitVersionDetails = versionDetails()
version gitVersionDetails.lastTag
version "0.19.0"
mainClassName = "org.akhq.App"
sourceCompatibility = 11

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.18.0"
appVersion: "0.19.0"
description: Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
name: akhq
version: 0.2.5
version: 0.2.6
keywords:
- kafka
- confluent
Expand Down

0 comments on commit ab23675

Please sign in to comment.