diff --git a/helm/fdr-cron/Chart.yaml b/helm/fdr-cron/Chart.yaml index 73b288f8..3b7608ad 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.0 -appVersion: 2.1.0 +version: 2.1.1 +appVersion: 2.1.1 dependencies: - name: cron-chart version: 2.3.0 diff --git a/helm/fdr/Chart.yaml b/helm/fdr/Chart.yaml index af07d5bb..7c819fe1 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.0 -appVersion: 2.1.0 +version: 2.1.1 +appVersion: 2.1.1 dependencies: - name: microservice-chart version: 3.0.0 diff --git a/openapi/openapi.json b/openapi/openapi.json index b25cec30..2c5cdc4b 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Fdr nodo - Api (local) ${service}", "termsOfService": "https://www.pagopa.gov.it/", - "version": "2.1.0" + "version": "2.1.1" }, "servers": [ { diff --git a/version.sbt b/version.sbt index 6238203a..3a8f2121 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.1.0" +ThisBuild / version := "2.1.1"