From ab23675e3d2093774da67841ae8c5278174f35a4 Mon Sep 17 00:00:00 2001 From: tchiotludo Date: Fri, 29 Oct 2021 21:24:48 +0200 Subject: [PATCH] chore(version): update to version '0.19.0' --- build.gradle | 5 +---- helm/akhq/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index eab38cf1b..ee809ee27 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/helm/akhq/Chart.yaml b/helm/akhq/Chart.yaml index 1d4b08b6d..d81039d88 100644 --- a/helm/akhq/Chart.yaml +++ b/helm/akhq/Chart.yaml @@ -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