From 8b885c6f58ca178f5b012b26e8ab4e544784197c Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 27 Apr 2024 15:45:37 +0200 Subject: [PATCH] chore(common): correct wrong version increase for diagmode --- library/common/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index 15195289..14414720 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -15,7 +15,7 @@ maintainers: name: common sources: null type: library -version: 20.3.13 +version: 20.4.0 annotations: artifacthub.io/category: "integration-delivery" artifacthub.io/license: "BUSL-1.1"