From 13cdafda6df5db8cd066774c4b50eb02d2f80ed3 Mon Sep 17 00:00:00 2001 From: Quintush <2246480+quintush@users.noreply.github.com> Date: Fri, 11 Sep 2020 17:23:53 +0200 Subject: [PATCH] Update version-number for new release. --- plugin.yaml | 2 +- sonar-project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index cbdddb263..aed85fb8b 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "unittest" -version: "0.2.3" +version: "0.2.4" usage: "unittest for helm charts" description: "Unit test for helm chart in YAML with ease to keep your chart functional and robust." ignoreFlags: false diff --git a/sonar-project.properties b/sonar-project.properties index 2bff83b79..4a316745b 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=quintush # This is the name and version displayed in the SonarCloud UI. sonar.projectName=helm-unittest -sonar.projectVersion=0.2.3 +sonar.projectVersion=0.2.4 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # Define all sources and exclude test-, and vendor files.