diff --git a/helm/fdr-cron/Chart.yaml b/helm/fdr-cron/Chart.yaml index aa52200b..513c956a 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.3 -appVersion: 2.1.3 +version: 2.1.4 +appVersion: 2.1.4 dependencies: - name: cron-chart version: 2.3.0 diff --git a/helm/fdr/Chart.yaml b/helm/fdr/Chart.yaml index 7ee9bdcd..6c8feefd 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.3 -appVersion: 2.1.3 +version: 2.1.4 +appVersion: 2.1.4 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/openapi/openapi.json b/openapi/openapi.json index f8d88c28..00ddaebc 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.3" + "version": "2.1.4" }, "servers": [ { diff --git a/version.sbt b/version.sbt index 050acbbd..75a90834 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.1.3" +ThisBuild / version := "2.1.4"