From cd86dbd4b2610011160dc554c1908674722c6f6d Mon Sep 17 00:00:00 2001 From: Tommi Rantala Date: Fri, 18 Feb 2022 08:34:11 +0200 Subject: [PATCH] Version 0.3.1 --- charts/koredump/Chart.yaml | 4 ++-- koredump.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/koredump/Chart.yaml b/charts/koredump/Chart.yaml index 8e9b229..b1cd89e 100644 --- a/charts/koredump/Chart.yaml +++ b/charts/koredump/Chart.yaml @@ -16,10 +16,10 @@ maintainers: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.3.0" +appVersion: "0.3.1" diff --git a/koredump.spec b/koredump.spec index 83cd574..c1abdd5 100644 --- a/koredump.spec +++ b/koredump.spec @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MIT Name: koredump -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} Summary: Kubernetes coredump REST API