From d1033ed74d028debb8924b0a69f27c84f78a5752 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 23 Apr 2024 15:07:53 +0000 Subject: [PATCH] Bump version [skip ci] --- helm/fdr-cron/Chart.yaml | 4 ++-- helm/fdr/Chart.yaml | 4 ++-- openapi/openapi.json | 2 +- version.sbt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/fdr-cron/Chart.yaml b/helm/fdr-cron/Chart.yaml index 775eeff3..832b31c5 100644 --- a/helm/fdr-cron/Chart.yaml +++ b/helm/fdr-cron/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: fdr-cron-chart description: Flussi di rendicontazione cron job type: application -version: 2.1.6 -appVersion: 2.1.6 +version: 2.1.7 +appVersion: 2.1.7 dependencies: - name: cron-chart version: 2.3.0 diff --git a/helm/fdr/Chart.yaml b/helm/fdr/Chart.yaml index 2666630a..a1df9c25 100644 --- a/helm/fdr/Chart.yaml +++ b/helm/fdr/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: fdr-chart description: Flussi di rendicontazione type: application -version: 2.1.6 -appVersion: 2.1.6 +version: 2.1.7 +appVersion: 2.1.7 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/openapi/openapi.json b/openapi/openapi.json index 022f961f..726de376 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "FDR - Flussi di rendicontazione FASE 1", "description": "FDR - Flussi di rendicontazione FASE 1", "termsOfService": "https://www.pagopa.gov.it/", - "version": "2.1.6" + "version": "2.1.7" }, "servers": [ { diff --git a/version.sbt b/version.sbt index 7893631a..1ed0b7fd 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.1.6" +ThisBuild / version := "2.1.7"